mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +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,8 +13,9 @@
|
|||
namespace Composer\Test\Json;
|
||||
|
||||
use Composer\Json\JsonFormatter;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class JsonFormatterTest extends \PHPUnit_Framework_TestCase
|
||||
class JsonFormatterTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Test if \u0119 (196+153) will get correctly formatted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue