Fix CS
This commit is contained in:
parent
5a33a99cb0
commit
04daae19d6
6 changed files with 21 additions and 23 deletions
|
|
@ -75,7 +75,6 @@ class FFMpegTest extends \PHPUnit_Framework_TestCase
|
||||||
unlink($dest);
|
unlink($dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FFMpeg\FFMpeg::extractImage
|
* @covers FFMpeg\FFMpeg::extractImage
|
||||||
*/
|
*/
|
||||||
|
|
@ -109,7 +108,6 @@ class FFMpegTest extends \PHPUnit_Framework_TestCase
|
||||||
$this->object->encode(new Format\Video\WebM(32, 32), './invalid.file');
|
$this->object->encode(new Format\Video\WebM(32, 32), './invalid.file');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FFMpeg\FFMpeg::encode
|
* @covers FFMpeg\FFMpeg::encode
|
||||||
* @expectedException \RuntimeException
|
* @expectedException \RuntimeException
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue