PHP Class Bolt\Tests\LoginTest

Author: Gawain Lynch ([email protected])
Inheritance: extends BoltUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
tearDown ( )
testLoginDisabledUsername ( )
testLoginDisabledUsernameWithCorrectPassword ( )
testLoginExpiredToken ( )
testLoginInvalidToken ( )
testLoginInvalidUsername ( )
testLoginNoCredentials ( )
testLoginSuccessPassword ( )
testLoginSuccessToken ( )
testLoginUnsaltedToken ( )
testLoginWrongPassword ( )

Method Details

tearDown() public method

public tearDown ( )

testLoginDisabledUsername() public method

testLoginDisabledUsernameWithCorrectPassword() public method

testLoginExpiredToken() public method

testLoginInvalidToken() public method

testLoginInvalidUsername() public method

testLoginNoCredentials() public method

testLoginSuccessPassword() public method

testLoginSuccessToken() public method

testLoginUnsaltedToken() public method

testLoginWrongPassword() public method