eZ\Publish\Core\MVC\Symfony\Security\Tests\Voter\CoreVoterTest::testSupportsClass PHP 메소드

testSupportsClass() 공개 메소드

public testSupportsClass ( $class )
    public function testSupportsClass($class)
    {
        $voter = new CoreVoter($this->repository);
        $this->assertTrue($voter->supportsClass($class));
    }