8000 [Security] Fix test · symfony/security-core@2a1424e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a1424e

Browse files
[Security] Fix test
1 parent 4c3869f commit 2a1424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authorization/Voter/AbstractVoterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getSupportsAttributeData()
122122
*/
123123
public function testSupportsAttribute($expected, $attribute, $message)
124124
{
125-
$voter = new AbstractVoterTest_Voter();
125+
$voter = new Fixtures\MyVoter();
126126

127127
$this->assertEquals($expected, $voter->supportsAttribute($attribute), $message);
128128
}

0 commit comments

Comments
 (0)
0