Fix tests namespaces

This commit is contained in:
Maxime Steinhausser 2020-08-17 15:45:12 +02:00
parent b7d4a1c546
commit 4e68c9091c
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * 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 PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Formatter\NullOutputFormatterStyle; use Symfony\Component\Console\Formatter\NullOutputFormatterStyle;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * 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 PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Formatter\NullOutputFormatter; use Symfony\Component\Console\Formatter\NullOutputFormatter;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Symfony\Component\Validator\Tests\Validator; namespace Symfony\Component\Validator\Tests;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use Symfony\Component\Validator\Constraints\Email; use Symfony\Component\Validator\Constraints\Email;