mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
This commit is contained in:
parent
f569833f5a
commit
afc9a7643e
42 changed files with 84 additions and 43 deletions
|
@ -14,6 +14,7 @@ namespace Composer\Test;
|
|||
|
||||
use Composer\Test\Mock\XdebugHandlerMock;
|
||||
use Composer\Util\IniHelper;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @author John Stevenson <john-stevenson@blueyonder.co.uk>
|
||||
|
@ -21,7 +22,7 @@ use Composer\Util\IniHelper;
|
|||
* We use PHP_BINARY which only became available in PHP 5.4 *
|
||||
* @requires PHP 5.4
|
||||
*/
|
||||
class XdebugHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
class XdebugHandlerTest extends TestCase
|
||||
{
|
||||
public static $env = array();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue