mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +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
|
@ -16,8 +16,9 @@ use Composer\Config;
|
|||
use Composer\IO\NullIO;
|
||||
use Composer\Util\Platform;
|
||||
use Composer\Util\Svn;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class SvnTest extends \PHPUnit_Framework_TestCase
|
||||
class SvnTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Test the credential string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue