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
|
@ -10,12 +10,13 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer;
|
||||
namespace Composer\Test\Console;
|
||||
|
||||
use Composer\Console\HtmlOutputFormatter;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
|
||||
|
||||
class HtmlOutputFormatterTest extends \PHPUnit_Framework_TestCase
|
||||
class HtmlOutputFormatterTest extends TestCase
|
||||
{
|
||||
public function testFormatting()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue