Remove mandatory dimensions
This commit is contained in:
parent
ecccc1c9f5
commit
06c6aabd9d
8 changed files with 36 additions and 60 deletions
|
|
@ -12,15 +12,8 @@ class OggTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
protected function setUp()
|
||||
{
|
||||
$this->object = new Ogg(320, 320);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FFMpeg\Format\Video\Ogg::__construct
|
||||
*/
|
||||
public function testConstruct()
|
||||
{
|
||||
$this->assertInstanceOf('\\FFMpeg\\Format\\DefaultVideoFormat', $this->object);
|
||||
$this->object = new Ogg();
|
||||
$this->object->setDimensions(320, 320);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue