Fix #76 : Remove restriction on filesystem resources

This commit is contained in:
Romain Neutron 2013-11-29 11:14:49 +01:00
commit ad2b9e75a5
10 changed files with 36 additions and 49 deletions

View file

@ -6,14 +6,6 @@ use FFMpeg\Media\Frame;
class FrameTest extends AbstractMediaTestCase
{
/**
* @expectedException FFMpeg\Exception\InvalidArgumentException
*/
public function testWithInvalidFile()
{
new Frame($this->getVideoMock('/No/file'), $this->getFFMpegDriverMock(), $this->getFFProbeMock(), $this->getTimeCodeMock());
}
public function testGetTimeCode()
{
$driver = $this->getFFMpegDriverMock();