Apply frame filters on Frame::save

This commit is contained in:
Romain Neutron 2013-09-04 19:52:24 +02:00
commit bcf3e5f65a
3 changed files with 10 additions and 5 deletions

View file

@ -11,7 +11,7 @@ class FrameTest extends AbstractMediaTestCase
*/
public function testWithInvalidFile()
{
new Frame('/No/file', $this->getFFMpegDriverMock(), $this->getFFProbeMock(), $this->getTimeCodeMock());
new Frame($this->getVideoMock('/No/file'), $this->getFFMpegDriverMock(), $this->getFFProbeMock(), $this->getTimeCodeMock());
}
public function testGetTimeCode()