summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Tests/Authentication/AuthenticationTrustResolverTest.php')
-rw-r--r--Core/Tests/Authentication/AuthenticationTrustResolverTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Tests/Authentication/AuthenticationTrustResolverTest.php b/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
index 07ce08b..3640981 100644
--- a/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
+++ b/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
@@ -11,8 +11,6 @@
namespace Symfony\Component\Security\Core\Tests\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