Skip to content

Commit 3083165

Browse files
committed
Updated PHPUnit namespaces
1 parent 7c07f58 commit 3083165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Command/LintCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Component\Yaml\Tests\Command;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Yaml\Command\LintCommand;
1516
use Symfony\Component\Console\Application;
1617
use Symfony\Component\Console\Output\OutputInterface;
@@ -21,7 +22,7 @@
2122
*
2223
* @author Robin Chalas <[email protected]>
2324
*/
24-
class LintCommandTest extends \PHPUnit_Framework_TestCase
25+
class LintCommandTest extends TestCase
2526
{
2627
private $files;
2728

0 commit comments

Comments
 (0)