PHP Class Scheb\TwoFactorBundle\Tests\Security\TwoFactor\EventListener\InteractiveLoginListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: scheb/two-factor-bundle

Méthodes publiques

Méthode Description
onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode ( )
onSecurityInteractiveLogin_ipWhitelisted_doNothing ( )
onSecurityInteractiveLogin_tokenClassNotSupported_doNothing ( )
onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication ( )
setUp ( )

Private Methods

Méthode Description
createEvent ( $token, $clientIp ) : PHPUnit_Framework_MockObject_MockObject

Method Details

onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode() public méthode

onSecurityInteractiveLogin_ipWhitelisted_doNothing() public méthode

onSecurityInteractiveLogin_tokenClassNotSupported_doNothing() public méthode

onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication() public méthode

setUp() public méthode

public setUp ( )