Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTest::getCheckCodeData PHP Méthode

getCheckCodeData() public méthode

Test data for checkCode: code, input, result.
public getCheckCodeData ( ) : array
Résultat array
    public function getCheckCodeData()
    {
        return array(array('validCode', true), array('invalidCode', false));
    }