PHP 클래스 Scheb\TwoFactorBundle\Tests\Security\TwoFactor\EventListener\InteractiveLoginListenerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: scheb/two-factor-bundle

공개 메소드들

메소드 설명
onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode ( )
onSecurityInteractiveLogin_ipWhitelisted_doNothing ( )
onSecurityInteractiveLogin_tokenClassNotSupported_doNothing ( )
onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication ( )
setUp ( )

비공개 메소드들

메소드 설명
createEvent ( $token, $clientIp ) : PHPUnit_Framework_MockObject_MockObject

메소드 상세

onSecurityInteractiveLogin_NotLoggedInUser_notRequestAuthenticationCode() 공개 메소드

onSecurityInteractiveLogin_ipWhitelisted_doNothing() 공개 메소드

onSecurityInteractiveLogin_tokenClassNotSupported_doNothing() 공개 메소드

onSecurityInteractiveLogin_tokenClassSupported_beginAuthentication() 공개 메소드

setUp() 공개 메소드

public setUp ( )