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

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

공개 메소드들

메소드 설명
onCoreRequest_NotLoggedInUser_notRequestAuthenticationCode ( )
onCoreRequest_pathExcluded_notRequestAuthenticationCode ( )
onCoreRequest_responseCreated_setResponseOnEvent ( )
onCoreRequest_tokenClassNotSupported_doNothing ( )
onCoreRequest_tokenClassSupported_requestAuthenticationCode ( )
setUp ( )

비공개 메소드들

메소드 설명
createEvent ( $pathInfo = '/some-path/' ) : PHPUnit_Framework_MockObject_MockObject
createSupportedSecurityToken ( ) : UsernamePasswordToken
stubTokenStorage ( $token )

메소드 상세

onCoreRequest_NotLoggedInUser_notRequestAuthenticationCode() 공개 메소드

onCoreRequest_pathExcluded_notRequestAuthenticationCode() 공개 메소드

onCoreRequest_responseCreated_setResponseOnEvent() 공개 메소드

onCoreRequest_tokenClassNotSupported_doNothing() 공개 메소드

onCoreRequest_tokenClassSupported_requestAuthenticationCode() 공개 메소드

setUp() 공개 메소드

public setUp ( )