PHP Class CakeDC\Users\Test\TestCase\Model\Behavior\PasswordBehaviorTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: cakedc/users

Public Properties

Property Type Description
$fixtures array Fixtures

Public Methods

Method Description
setUp ( ) : void setup
tearDown ( ) : void tearDown
testChangePassword ( ) Test changePassword
testResetToken ( ) Test resetToken
testResetTokenNoExpiration ( ) Test resetTokenNoExpiration
testResetTokenNotExistingUser ( ) Test resetToken
testResetTokenSendEmail ( ) Test resetToken
testResetTokenUserActive ( ) Test resetToken
testResetTokenUserAlreadyActive ( ) Test resetToken
testResetTokenUserNotActive ( ) Test resetToken
testResetTokenWithNullParams ( ) Test resetToken

Method Details

setUp() public method

setup
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testChangePassword() public method

Test changePassword
public testChangePassword ( )

testResetToken() public method

Test resetToken
public testResetToken ( )

testResetTokenNoExpiration() public method

Test resetTokenNoExpiration

testResetTokenNotExistingUser() public method

Test resetToken

testResetTokenSendEmail() public method

Test resetToken

testResetTokenUserActive() public method

Test resetToken

testResetTokenUserAlreadyActive() public method

Test resetToken

testResetTokenUserNotActive() public method

Test resetToken

testResetTokenWithNullParams() public method

Test resetToken

Property Details

$fixtures public property

Fixtures
public array $fixtures
return array