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

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: scheb/two-factor-bundle

Public Methods

Method Description
onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode ( )
onSecurityInteractiveLogin_ipWhitelisted_doNothing ( )
onSecurityInteractiveLogin_tokenClassNotSupported_doNothing ( )
onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication ( )
setUp ( )

Private Methods

Method Description
createEvent ( $token, $clientIp ) : PHPUnit_Framework_MockObject_MockObject

Method Details

onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode() public method

onSecurityInteractiveLogin_ipWhitelisted_doNothing() public method

onSecurityInteractiveLogin_tokenClassNotSupported_doNothing() public method

onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication() public method

setUp() public method

public setUp ( )