示例#1
0
 public function testSupportsClass()
 {
     $voter = new RoleVoter();
     $this->assertTrue($voter->supportsClass('Foo'));
 }