[Security] Fix test

This commit is contained in:
Nicolas Grekas 2016-12-17 11:40:05 +01:00
parent 839c0836ee
commit 8aeed88179

View File

@ -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);
}