test cases inherit from PhpUnit testcase with namespeces
This name is available since phpunit 4.8.36 and 5.4.3.
This commit is contained in:
parent
191dc6fc3d
commit
7a8ed48e3d
32 changed files with 33 additions and 33 deletions
|
|
@ -6,7 +6,7 @@ use Symfony\Component\Console\Application;
|
|||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use Symfony\Component\Console\Helper\HelperSet;
|
||||
|
||||
class InstallCommandTest extends \PHPUnit_Framework_TestCase
|
||||
class InstallCommandTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public $config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue