Skip to content

Commit 51ff337

Browse files
committed
Fix tests namespaces
1 parent dbe3ef9 commit 51ff337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Formatter/NullOutputFormatterStyleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Console\Tests\Output;
12+
namespace Symfony\Component\Console\Tests\Formatter;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Console\Formatter\NullOutputFormatterStyle;

Tests/Formatter/NullOutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Console\Tests\Output;
12+
namespace Symfony\Component\Console\Tests\Formatter;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Console\Formatter\NullOutputFormatter;

0 commit comments

Comments
 (0)