PHP Class CakeDC\Users\Test\TestCase\Controller\Traits\PasswordManagementTraitTest

Inheritance: extends BaseTraitTest
Afficher le fichier Open project: cakedc/users

Méthodes publiques

Méthode Description
ensureUserActiveForResetPasswordFeature ( )
setUp ( ) : void setUp
tearDown ( ) : void tearDown
testChangePasswordGetLoggedIn ( ) : void test
testChangePasswordGetNotLoggedInInsideResetPasswordFlow ( ) : void test
testChangePasswordGetNotLoggedInOutsideResetPasswordFlow ( ) : void test
testChangePasswordHappy ( ) : void test
testChangePasswordWithEmptyCurrentPassword ( ) : void test
testChangePasswordWithError ( ) : void test
testChangePasswordWithInvalidUser ( ) : void test
testChangePasswordWithSamePassword ( ) : void test
testChangePasswordWithWrongCurrentPassword ( ) : void test
testEnsureUserActiveForResetPasswordFeature ( $ensureActive ) : void
testRequestPasswordEmptyReference ( ) : void test
testRequestPasswordHappy ( ) : void test
testRequestPasswordInvalidUser ( ) : void test
testRequestResetPasswordGet ( ) : void test
testResetPassword ( ) : void test

Method Details

ensureUserActiveForResetPasswordFeature() public méthode

setUp() public méthode

setUp
public setUp ( ) : void
Résultat void

tearDown() public méthode

tearDown
public tearDown ( ) : void
Résultat void

testChangePasswordGetLoggedIn() public méthode

test
public testChangePasswordGetLoggedIn ( ) : void
Résultat void

testChangePasswordGetNotLoggedInInsideResetPasswordFlow() public méthode

test

testChangePasswordGetNotLoggedInOutsideResetPasswordFlow() public méthode

test

testChangePasswordHappy() public méthode

test
public testChangePasswordHappy ( ) : void
Résultat void

testChangePasswordWithEmptyCurrentPassword() public méthode

test

testChangePasswordWithError() public méthode

test
public testChangePasswordWithError ( ) : void
Résultat void

testChangePasswordWithInvalidUser() public méthode

test

testChangePasswordWithSamePassword() public méthode

test

testChangePasswordWithWrongCurrentPassword() public méthode

test

testEnsureUserActiveForResetPasswordFeature() public méthode

public testEnsureUserActiveForResetPasswordFeature ( $ensureActive ) : void
Résultat void

testRequestPasswordEmptyReference() public méthode

test

testRequestPasswordHappy() public méthode

test
public testRequestPasswordHappy ( ) : void
Résultat void

testRequestPasswordInvalidUser() public méthode

test
public testRequestPasswordInvalidUser ( ) : void
Résultat void

testRequestResetPasswordGet() public méthode

test
public testRequestResetPasswordGet ( ) : void
Résultat void

testResetPassword() public méthode

test
public testResetPassword ( ) : void
Résultat void