Ejemplo n.º 1
0
 /**
  * @dataProvider getVoteTests
  */
 public function testVote($roles, $attributes, $expected)
 {
     $voter = new RoleVoter();
     $this->assertSame($expected, $voter->vote($this->getToken($roles), null, $attributes));
 }