PHP 클래스 Bolt\Tests\Controller\Backend\AuthenticationTest

저자: Ross Riley ([email protected])
저자: Gawain Lynch ([email protected])
파일 보기 프로젝트 열기: bolt/bolt

공개 메소드들

메소드 설명
testLoginSuccess ( )
testLogout ( )
testPostLogin ( )
testPostLoginFailures ( )
testPostLoginWithEmail ( )
testResetPassword ( )
testResetRequest ( )

보호된 메소드들

메소드 설명
controller ( ) : Authentication
getMockPassword ( array $methods ) : Password | PHPUnit_Framework_MockObject_MockObject

메소드 상세

controller() 보호된 메소드

protected controller ( ) : Authentication
리턴 Bolt\Controller\Backend\Authentication

getMockPassword() 보호된 메소드

protected getMockPassword ( array $methods ) : Password | PHPUnit_Framework_MockObject_MockObject
$methods array
리턴 Bolt\AccessControl\Password | PHPUnit_Framework_MockObject_MockObject

testLoginSuccess() 공개 메소드

public testLoginSuccess ( )

testLogout() 공개 메소드

public testLogout ( )

testPostLogin() 공개 메소드

public testPostLogin ( )

testPostLoginFailures() 공개 메소드

testPostLoginWithEmail() 공개 메소드

testResetPassword() 공개 메소드

public testResetPassword ( )

testResetRequest() 공개 메소드

public testResetRequest ( )