summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-05-19 09:24:03 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2012-05-19 09:24:03 +0200
commit69bc347906afb96241eee15a3520c09d70d4e7d5 (patch)
tree8c86e2d1ca44defc9c86bb926a0caa4663e325cc
parent2e14fc951fa2caba614ff6b220175b240229ea99 (diff)
parentf09e6217820114cf983ce26501d20bfe6095dec9 (diff)
downloadsymfony-security-69bc347906afb96241eee15a3520c09d70d4e7d5.zip
symfony-security-69bc347906afb96241eee15a3520c09d70d4e7d5.tar.gz
symfony-security-69bc347906afb96241eee15a3520c09d70d4e7d5.tar.bz2
merged 2.0
-rw-r--r--Tests/Core/Authorization/Voter/AuthenticatedVoterTest.php1
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
{