Scheb\TwoFactorBundle\Tests\Security\TwoFactor\VoterTest::voter_supportsAttribute_returnFalse PHP Method

voter_supportsAttribute_returnFalse() public method

    public function voter_supportsAttribute_returnFalse()
    {
        $sessionFlagManager = $this->getSessionFlagManager();
        $voter = $this->getVoter(array('test'), $sessionFlagManager);
        $returnValue = $voter->supportsAttribute('test');
        $this->assertTrue($returnValue);
    }