diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-09-25 08:52:54 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-09-25 08:52:54 +0200 |
commit | db16d7ce3ea2faac274650a7c57ff49dde82f853 (patch) | |
tree | 606b4daa1b06bd52cadc5394b5d81e8815a08dc3 | |
parent | 654da1c8a77409f2de8a4604f47a08715ed9a8c4 (diff) | |
download | symfony-security-db16d7ce3ea2faac274650a7c57ff49dde82f853.zip symfony-security-db16d7ce3ea2faac274650a7c57ff49dde82f853.tar.gz symfony-security-db16d7ce3ea2faac274650a7c57ff49dde82f853.tar.bz2 |
fixed testsv2.7.5
-rw-r--r-- | Core/Tests/Authorization/Voter/AbstractVoterTest.php | 2 |
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', ); } |