Inheritance: implements Symfony\Component\Security\Core\Authorization\Voter\VoterInterface
 public function testSupportsClass()
 {
     $voter = new AuthorityVoter($this->app);
     $this->assertTrue($voter->supportsClass('Foo'));
 }