fix identation

This commit is contained in:
Shaked Klein Orbach 2018-03-08 10:53:38 -06:00
commit afc236985e

View file

@ -68,7 +68,7 @@ class ExtractMultipleFramesFilterTest extends TestCase
* @expectedException \FFMpeg\Exception\InvalidArgumentException * @expectedException \FFMpeg\Exception\InvalidArgumentException
*/ */
public function testInvalidFrameFileType() { public function testInvalidFrameFileType() {
$filter = new ExtractMultipleFramesFilter('1/1', '/'); $filter = new ExtractMultipleFramesFilter('1/1', '/');
$filter->setFrameFileType('webm'); $filter->setFrameFileType('webm');
} }
} }