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

Inheritance: extends BaseTraitTest
Datei anzeigen Open project: cakedc/users

Public Methods

Method 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 method

setUp() public method

setUp
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testChangePasswordGetLoggedIn() public method

test

testChangePasswordGetNotLoggedInInsideResetPasswordFlow() public method

test

testChangePasswordGetNotLoggedInOutsideResetPasswordFlow() public method

test

testChangePasswordHappy() public method

test
public testChangePasswordHappy ( ) : void
return void

testChangePasswordWithEmptyCurrentPassword() public method

test

testChangePasswordWithError() public method

test
public testChangePasswordWithError ( ) : void
return void

testChangePasswordWithInvalidUser() public method

test

testChangePasswordWithSamePassword() public method

test

testChangePasswordWithWrongCurrentPassword() public method

test

testEnsureUserActiveForResetPasswordFeature() public method

public testEnsureUserActiveForResetPasswordFeature ( $ensureActive ) : void
return void

testRequestPasswordEmptyReference() public method

test

testRequestPasswordHappy() public method

test
public testRequestPasswordHappy ( ) : void
return void

testRequestPasswordInvalidUser() public method

test

testRequestResetPasswordGet() public method

test
public testRequestResetPasswordGet ( ) : void
return void

testResetPassword() public method

test
public testResetPassword ( ) : void
return void