@@ -3,11 +3,11 @@ |
||
| 3 | 3 | namespace League\Tactician\Bundle\Tests\Integration; |
| 4 | 4 | |
| 5 | 5 | use League\Tactician\Bundle\Tests\Fake\FakeCommand; |
| 6 | -use stdClass; |
|
| 7 | 6 | use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
| 8 | 7 | use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; |
| 9 | 8 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
| 10 | 9 | use Symfony\Component\Security\Core\Role\Role; |
| 10 | +use stdClass; |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Integration test for security middleware. |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace League\Tactician\Bundle\DependencyInjection\HandlerMapping; |
| 5 | 5 | |
| 6 | +use ReflectionClass; |
|
| 6 | 7 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | 8 | use Symfony\Component\DependencyInjection\Definition; |
| 8 | -use ReflectionClass; |
|
| 9 | 9 | use function method_exists; |
| 10 | 10 | |
| 11 | 11 | /** |