Apply frame filters on Frame::save
This commit is contained in:
parent
5814eb3085
commit
bcf3e5f65a
3 changed files with 10 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue