From e46d8544edaff1be9eb7bc9a605450e2a81914f2 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 4 May 2017 23:28:29 +0200 Subject: [PATCH] Use a more reliable URL for RTMP tests --- tests/FrontControllerTest.php | 2 +- tests/VideoDownloadTest.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 859f7de..20272e6 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -396,7 +396,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase { $this->assertRequestIsOk( 'redirect', - ['url'=> 'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0'], + ['url'=> 'http://www.canalc2.tv/video/12163', 'format'=>'rtmp'], new Config(['stream'=>true]) ); } diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index aab0205..1a9cf28 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -226,10 +226,10 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase { return [ [ - 'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0', 'bestaudio/best', - 'GRIP sucht den Sommerkönig-folge-203-0', - 'f4v', - 'edgefcs.net', + 'http://www.canalc2.tv/video/12163', 'rtmp', + 'Terrasses du Numérique-12163', + 'flv', + 'vod-flash.u-strasbg.fr', ], ]; }