@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | namespace Monolog\Handler; |
13 | 13 | |
14 | -use Monolog\TestCase; |
|
15 | 14 | use Monolog\Logger; |
15 | +use Monolog\TestCase; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * @covers Monolog\Handler\TestHandler |
@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | namespace Monolog; |
13 | 13 | |
14 | -use Monolog\Processor\WebProcessor; |
|
15 | 14 | use Monolog\Handler\TestHandler; |
15 | +use Monolog\Processor\WebProcessor; |
|
16 | 16 | |
17 | 17 | class LoggerTest extends \PHPUnit_Framework_TestCase |
18 | 18 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Psr\Log\Test; |
4 | 4 | |
5 | -use Psr\Log\LoggerInterface; |
|
6 | 5 | use Psr\Log\LogLevel; |
6 | +use Psr\Log\LoggerInterface; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Provides a base test class for ensuring compliance with the LoggerInterface. |
@@ -11,10 +11,10 @@ |
||
11 | 11 | |
12 | 12 | namespace Symfony\Component\Console; |
13 | 13 | |
14 | +use Symfony\Component\Console\CommandLoader\CommandLoaderInterface; |
|
14 | 15 | use Symfony\Component\Console\Command\Command; |
15 | 16 | use Symfony\Component\Console\Command\HelpCommand; |
16 | 17 | use Symfony\Component\Console\Command\ListCommand; |
17 | -use Symfony\Component\Console\CommandLoader\CommandLoaderInterface; |
|
18 | 18 | use Symfony\Component\Console\Event\ConsoleCommandEvent; |
19 | 19 | use Symfony\Component\Console\Event\ConsoleErrorEvent; |
20 | 20 | use Symfony\Component\Console\Event\ConsoleTerminateEvent; |
@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | namespace Symfony\Component\Console\DependencyInjection; |
13 | 13 | |
14 | -use Symfony\Component\Console\Command\Command; |
|
15 | 14 | use Symfony\Component\Console\CommandLoader\ContainerCommandLoader; |
15 | +use Symfony\Component\Console\Command\Command; |
|
16 | 16 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
17 | 17 | use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass; |
18 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | use PHPUnit\Framework\TestCase; |
15 | 15 | use Symfony\Component\Console\Application; |
16 | -use Symfony\Component\Console\Command\Command; |
|
17 | 16 | use Symfony\Component\Console\CommandLoader\FactoryCommandLoader; |
17 | +use Symfony\Component\Console\Command\Command; |
|
18 | 18 | use Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass; |
19 | 19 | use Symfony\Component\Console\Event\ConsoleCommandEvent; |
20 | 20 | use Symfony\Component\Console\Event\ConsoleErrorEvent; |
@@ -14,9 +14,9 @@ |
||
14 | 14 | use PHPUnit\Framework\TestCase; |
15 | 15 | use Psr\Log\LoggerInterface; |
16 | 16 | use Symfony\Component\Console\Command\Command; |
17 | +use Symfony\Component\Console\EventListener\ErrorListener; |
|
17 | 18 | use Symfony\Component\Console\Event\ConsoleErrorEvent; |
18 | 19 | use Symfony\Component\Console\Event\ConsoleTerminateEvent; |
19 | -use Symfony\Component\Console\EventListener\ErrorListener; |
|
20 | 20 | use Symfony\Component\Console\Input\ArgvInput; |
21 | 21 | use Symfony\Component\Console\Input\ArrayInput; |
22 | 22 | use Symfony\Component\Console\Input\Input; |
@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | namespace Symfony\Component\Debug; |
13 | 13 | |
14 | -use Psr\Log\LoggerInterface; |
|
15 | 14 | use Psr\Log\LogLevel; |
15 | +use Psr\Log\LoggerInterface; |
|
16 | 16 | use Symfony\Component\Debug\Exception\FatalErrorException; |
17 | 17 | use Symfony\Component\Debug\Exception\FatalThrowableError; |
18 | 18 | use Symfony\Component\Debug\Exception\OutOfMemoryException; |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace Symfony\Component\Debug\Tests; |
13 | 13 | |
14 | 14 | use PHPUnit\Framework\TestCase; |
15 | -use Symfony\Component\Debug\Exception\OutOfMemoryException; |
|
16 | 15 | use Symfony\Component\Debug\ExceptionHandler; |
16 | +use Symfony\Component\Debug\Exception\OutOfMemoryException; |
|
17 | 17 | use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; |
18 | 18 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
19 | 19 |