diff options
author | Christophe Coevoet <stof@notk.org> | 2015-09-26 17:38:37 +0200 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2015-09-26 17:38:37 +0200 |
commit | e54bd400675de7076a80880b5f20cfc762856b65 (patch) | |
tree | e97ea8eb83e6c86e2498105eec6b39e0831bba2f | |
parent | 5c71d179238b5bc79faa3d72db56ff61b3aacbeb (diff) | |
download | symfony-security-e54bd400675de7076a80880b5f20cfc762856b65.zip symfony-security-e54bd400675de7076a80880b5f20cfc762856b65.tar.gz symfony-security-e54bd400675de7076a80880b5f20cfc762856b65.tar.bz2 |
Fix legacy security tests
-rw-r--r-- | Core/Tests/LegacySecurityContextTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Core/Tests/LegacySecurityContextTest.php b/Core/Tests/LegacySecurityContextTest.php index 7db24e7..4502261 100644 --- a/Core/Tests/LegacySecurityContextTest.php +++ b/Core/Tests/LegacySecurityContextTest.php @@ -11,9 +11,9 @@ namespace Symfony\Component\Security\Core\Tests; -use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage; -use Symfony\Component\Security\Core\Authorization\AuthorizationChecker; +use Symfony\Component\Security\Core\Security; use Symfony\Component\Security\Core\SecurityContext; +use Symfony\Component\Security\Core\SecurityContextInterface; /** * @group legacy |