Minor improvements of the ComplexMedia
This commit is contained in:
parent
71766fed47
commit
4469847d46
4 changed files with 75 additions and 36 deletions
|
|
@ -8,10 +8,12 @@ use Tests\FFMpeg\BaseTestCase;
|
|||
abstract class FunctionalTestCase extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* @param array $configuration
|
||||
*
|
||||
* @return FFMpeg
|
||||
*/
|
||||
public function getFFMpeg()
|
||||
public function getFFMpeg($configuration = array())
|
||||
{
|
||||
return FFMpeg::create(array('timeout' => 300));
|
||||
return FFMpeg::create(array_merge(array('timeout' => 300), $configuration));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue