Remove buggy test (the video is not available anymore)

This commit is contained in:
Pierre Rudloff 2017-11-11 22:50:54 +01:00
parent 0027250de7
commit c07322e160
1 changed files with 0 additions and 11 deletions

View File

@ -260,17 +260,6 @@ class FrontControllerTest extends TestCase
$this->assertRequestIsOk('video', ['url' => 'https://www.youtube.com/watch?v=M7IpKCZ47pU']);
}
/**
* Test the video() function with a video that does not have a title.
*
* @return void
*/
public function testVideoWithoutTitle()
{
$this->markTestSkipped('This URL triggers a curl SSL error on Travis');
$this->assertRequestIsOk('video', ['url' => 'http://html5demos.com/video']);
}
/**
* Test the video() function with audio conversion.
*