Fix test URL
This commit is contained in:
parent
4a76e96cb9
commit
f765864749
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ class FFProbeTest extends FunctionalTestCase
|
||||||
public function testProbeOnRemoteFile()
|
public function testProbeOnRemoteFile()
|
||||||
{
|
{
|
||||||
$ffprobe = FFProbe::create();
|
$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')));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue