fix identation
This commit is contained in:
parent
fcd494f723
commit
afc236985e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class ExtractMultipleFramesFilterTest extends TestCase
|
|||
* @expectedException \FFMpeg\Exception\InvalidArgumentException
|
||||
*/
|
||||
public function testInvalidFrameFileType() {
|
||||
$filter = new ExtractMultipleFramesFilter('1/1', '/');
|
||||
$filter = new ExtractMultipleFramesFilter('1/1', '/');
|
||||
$filter->setFrameFileType('webm');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue