PHP Class Bolt\Tests\Controller\Backend\AuthenticationTest

Author: Ross Riley ([email protected])
Author: Gawain Lynch ([email protected])
Afficher le fichier Open project: bolt/bolt

Méthodes publiques

Méthode Description
testLoginSuccess ( )
testLogout ( )
testPostLogin ( )
testPostLoginFailures ( )
testPostLoginWithEmail ( )
testResetPassword ( )
testResetRequest ( )

Méthodes protégées

Méthode Description
controller ( ) : Authentication
getMockPassword ( array $methods ) : Password | PHPUnit_Framework_MockObject_MockObject

Method Details

controller() protected méthode

protected controller ( ) : Authentication
Résultat Bolt\Controller\Backend\Authentication

getMockPassword() protected méthode

protected getMockPassword ( array $methods ) : Password | PHPUnit_Framework_MockObject_MockObject
$methods array
Résultat Bolt\AccessControl\Password | PHPUnit_Framework_MockObject_MockObject

testLoginSuccess() public méthode

public testLoginSuccess ( )

testLogout() public méthode

public testLogout ( )

testPostLogin() public méthode

public testPostLogin ( )

testPostLoginFailures() public méthode

testPostLoginWithEmail() public méthode

testResetPassword() public méthode

public testResetPassword ( )

testResetRequest() public méthode

public testResetRequest ( )