PHP 클래스 CakeDC\Users\Test\TestCase\Controller\Traits\PasswordManagementTraitTest

상속: extends BaseTraitTest
파일 보기 프로젝트 열기: cakedc/users

공개 메소드들

메소드 설명
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

메소드 상세

ensureUserActiveForResetPasswordFeature() 공개 메소드

setUp() 공개 메소드

setUp
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

tearDown
public tearDown ( ) : void
리턴 void

testChangePasswordGetLoggedIn() 공개 메소드

test

testChangePasswordGetNotLoggedInInsideResetPasswordFlow() 공개 메소드

test

testChangePasswordGetNotLoggedInOutsideResetPasswordFlow() 공개 메소드

test

testChangePasswordHappy() 공개 메소드

test
public testChangePasswordHappy ( ) : void
리턴 void

testChangePasswordWithEmptyCurrentPassword() 공개 메소드

test

testChangePasswordWithError() 공개 메소드

test
public testChangePasswordWithError ( ) : void
리턴 void

testChangePasswordWithInvalidUser() 공개 메소드

test

testChangePasswordWithSamePassword() 공개 메소드

test

testChangePasswordWithWrongCurrentPassword() 공개 메소드

test

testEnsureUserActiveForResetPasswordFeature() 공개 메소드

public testEnsureUserActiveForResetPasswordFeature ( $ensureActive ) : void
리턴 void

testRequestPasswordEmptyReference() 공개 메소드

test

testRequestPasswordHappy() 공개 메소드

test
public testRequestPasswordHappy ( ) : void
리턴 void

testRequestPasswordInvalidUser() 공개 메소드

test

testRequestResetPasswordGet() 공개 메소드

test
public testRequestResetPasswordGet ( ) : void
리턴 void

testResetPassword() 공개 메소드

test
public testResetPassword ( ) : void
리턴 void