summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Core/Tests/Authorization/Voter/AbstractVoterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Authorization/Voter/AbstractVoterTest.php b/Core/Tests/Authorization/Voter/AbstractVoterTest.php
index 7c60007..69cfba3 100644
--- a/Core/Tests/Authorization/Voter/AbstractVoterTest.php
+++ b/Core/Tests/Authorization/Voter/AbstractVoterTest.php
@@ -122,7 +122,7 @@ class AbstractVoterTest extends \PHPUnit_Framework_TestCase
*/
public function testSupportsAttribute($expected, $attribute, $message)
{
- $voter = new AbstractVoterTest_Voter();
+ $voter = new Fixtures\MyVoter();
$this->assertEquals($expected, $voter->supportsAttribute($attribute), $message);
}