supportsClass() public method

public supportsClass ( $class )
 public function testSupportsClass()
 {
     $voter = new AuthorityVoter($this->app);
     $this->assertTrue($voter->supportsClass('Foo'));
 }