Fix test URL

This commit is contained in:
Romain Neutron 2016-03-05 18:03:41 +01:00
commit f765864749

View file

@ -24,6 +24,6 @@ class FFProbeTest extends FunctionalTestCase
public function testProbeOnRemoteFile()
{
$ffprobe = FFProbe::create();
$this->assertGreaterThan(0, count($ffprobe->streams('http://video-js.zencoder.com/oceans-clip.mp4')));
$this->assertGreaterThan(0, count($ffprobe->streams('http://vjs.zencdn.net/v/oceans.mp4')));
}
}