From 7d674c21355251427d996e5c48f24f03693f9888 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 25 Sep 2015 08:52:54 +0200 Subject: [PATCH] fixed tests --- .../Core/Tests/Authorization/Voter/AbstractVoterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php b/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php index 5e2b35eca7..1341093189 100644 --- a/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php +++ b/src/Symfony/Component/Security/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', ); }