fixed tests

This commit is contained in:
Fabien Potencier 2015-09-25 08:52:54 +02:00
parent 21e2218e14
commit 7d674c2135

View File

@ -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',
);
}