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:
Pierre Rudloff 2019-10-26 16:13:08 +02:00
parent 9427a22a41
commit 1cab9623e9
9 changed files with 48 additions and 46 deletions

View file

@ -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()
{