From c07322e1600c72e3ee327faaf95a0348b7fb3378 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 11 Nov 2017 22:50:54 +0100 Subject: [PATCH] Remove buggy test (the video is not available anymore) --- tests/FrontControllerTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 40e8d2e..4962c7f 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -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. *