eZ\Publish\Core\MVC\Symfony\Security\Tests\Voter\ValueObjectVoterTest::testSupportsClass PHP Method

testSupportsClass() public method

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