mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +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
|
@ -13,11 +13,12 @@
|
|||
namespace Composer\Test\Util;
|
||||
|
||||
use Composer\Util\Perforce;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @author Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||
*/
|
||||
class PerforceTest extends \PHPUnit_Framework_TestCase
|
||||
class PerforceTest extends TestCase
|
||||
{
|
||||
protected $perforce;
|
||||
protected $processExecutor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue