8000 fixed tests · symfony/symfony@7d674c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d674c2

Browse files
committed
fixed tests
1 parent 21e2218 commit 7d674c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class VoterFixture extends AbstractVoter
6666
protected function getSupportedClasses()
6767
{
6868
return array(
69-
'Symfony\Component\Security\Tests\Core\Authentication\Voter\ObjectFixture',
69+
'Symfony\Component\Security\Core\Tests\Authorization\Voter\ObjectFixture',
7070
);
7171
}
7272

0 commit comments

Comments
 (0)
0