diff options
-rw-r--r-- | Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php b/Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php index 5704b3d..b077712 100644 --- a/Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php +++ b/Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php @@ -14,7 +14,6 @@ namespace Symfony\Component\Security\Tests\Core\Authorization\Voter; use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver; use Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter; use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; -use Symfony\Component\Security\Core\Role\Role; class AuthenticatedVoterTest extends \PHPUnit_Framework_TestCase { |