Do not run tests that download videos on CI
Travis get blacklisted by more and more services (Vimeo, Youtube, etc.)
This commit is contained in:
parent
9427a22a41
commit
1cab9623e9
9 changed files with 48 additions and 46 deletions
|
@ -27,6 +27,7 @@ class JsonControllerTest extends ControllerTest
|
|||
* Test the json() function.
|
||||
*
|
||||
* @return void
|
||||
* @requires download
|
||||
*/
|
||||
public function testJson()
|
||||
{
|
||||
|
@ -37,6 +38,7 @@ class JsonControllerTest extends ControllerTest
|
|||
* Test the json() function with an error.
|
||||
*
|
||||
* @return void
|
||||
* @requires download
|
||||
*/
|
||||
public function testJsonWithError()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue