From d96a1e48673122aec860d137fb37d24ab4240f38 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 16 Jan 2017 11:23:47 +0100 Subject: [PATCH] Fix M3U tests --- tests/VideoDownloadTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index cdec782..3c5d760 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -189,9 +189,9 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase return [ [ 'https://twitter.com/verge/status/813055465324056576/video/1', null, - 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp4', + 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576', + 'mp4', 'video.twimg.com', - 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp3', ], ]; }