Set PhpUnit version for older php
This commit is contained in:
parent
824b77dbcf
commit
8837f4b115
6 changed files with 76 additions and 23 deletions
|
|
@ -3,9 +3,9 @@
|
|||
namespace Tests\FFMpeg\Functional;
|
||||
|
||||
use FFMpeg\FFMpeg;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Tests\FFMpeg\BaseTestCase;
|
||||
|
||||
abstract class FunctionalTestCase extends TestCase
|
||||
abstract class FunctionalTestCase extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* @return FFMpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue