This commit is contained in:
Romain Neutron 2012-05-25 16:22:16 +02:00
commit 04daae19d6
6 changed files with 21 additions and 23 deletions

View file

@ -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