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

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: cakedc/users

Méthodes publiques

Свойство Type Description
$fixtures array Fixtures

Méthodes publiques

Méthode 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 méthode

setup
public setUp ( ) : void
Résultat void

tearDown() public méthode

tearDown
public tearDown ( ) : void
Résultat void

testChangePassword() public méthode

Test changePassword
public testChangePassword ( )

testResetToken() public méthode

Test resetToken
public testResetToken ( )

testResetTokenNoExpiration() public méthode

Test resetTokenNoExpiration

testResetTokenNotExistingUser() public méthode

Test resetToken

testResetTokenSendEmail() public méthode

Test resetToken

testResetTokenUserActive() public méthode

Test resetToken

testResetTokenUserAlreadyActive() public méthode

Test resetToken

testResetTokenUserNotActive() public méthode

Test resetToken

testResetTokenWithNullParams() public méthode

Test resetToken

Property Details

$fixtures public_oe property

Fixtures
public array $fixtures
Résultat array