diff options
Diffstat (limited to 'Tests/Core/Authentication/AuthenticationTrustResolverTest.php')
-rw-r--r-- | Tests/Core/Authentication/AuthenticationTrustResolverTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Core/Authentication/AuthenticationTrustResolverTest.php b/Tests/Core/Authentication/AuthenticationTrustResolverTest.php index c3b1585..e2fc593 100644 --- a/Tests/Core/Authentication/AuthenticationTrustResolverTest.php +++ b/Tests/Core/Authentication/AuthenticationTrustResolverTest.php @@ -11,8 +11,6 @@ namespace Symfony\Component\Security\Tests\Core\Authentication; -use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; -use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken; use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver; class AuthenticationTrustResolverTest extends \PHPUnit_Framework_TestCase |