Skip to content

Commit

Permalink
Fix tests namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Aug 17, 2020
1 parent dbe3ef9 commit 51ff337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Formatter/NullOutputFormatterStyleTest.php
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Symfony\Component\Console\Tests\Output;
namespace Symfony\Component\Console\Tests\Formatter;

use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Formatter\NullOutputFormatterStyle;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Formatter/NullOutputFormatterTest.php
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Symfony\Component\Console\Tests\Output;
namespace Symfony\Component\Console\Tests\Formatter;

use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Formatter\NullOutputFormatter;
Expand Down

0 comments on commit 51ff337

Please sign in to comment.