diff options
Diffstat (limited to 'Tests/Core/Authentication/Voter/AbstractVoterTest.php')
-rw-r--r-- | Tests/Core/Authentication/Voter/AbstractVoterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Authentication/Voter/AbstractVoterTest.php b/Tests/Core/Authentication/Voter/AbstractVoterTest.php index c5e9466..af7b82f 100644 --- a/Tests/Core/Authentication/Voter/AbstractVoterTest.php +++ b/Tests/Core/Authentication/Voter/AbstractVoterTest.php @@ -72,7 +72,7 @@ class VoterFixture extends AbstractVoter protected function getSupportedAttributes() { - return array( 'foo', 'bar', 'baz'); + return array('foo', 'bar', 'baz'); } protected function isGranted($attribute, $object, $user = null) |