summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Core/Tests/Authorization/Voter/AbstractVoterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Authorization/Voter/AbstractVoterTest.php b/Core/Tests/Authorization/Voter/AbstractVoterTest.php
index 5e2b35e..1341093 100644
--- a/Core/Tests/Authorization/Voter/AbstractVoterTest.php
+++ b/Core/Tests/Authorization/Voter/AbstractVoterTest.php
@@ -66,7 +66,7 @@ class VoterFixture extends AbstractVoter
protected function getSupportedClasses()
{
return array(
- 'Symfony\Component\Security\Tests\Core\Authentication\Voter\ObjectFixture',
+ 'Symfony\Component\Security\Core\Tests\Authorization\Voter\ObjectFixture',
);
}