PHP Class CakeDC\Users\Test\TestCase\Model\Entity\UserTest

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

Public Methods

Method Description
setUp ( ) : void setUp method
tearDown ( ) : void tearDown method
testCheckPassword ( ) : void test
testConfirmPasswordsAreEncrypted ( )
testGetAvatar ( ) : void test
testPasswordsAreEncrypted ( ) : void test
testTokenExpired ( ) : void Test tokenExpired method
testTokenExpiredEmpty ( ) : void Test tokenExpired method
testTokenExpiredLocale ( ) : void Test tokenExpired another locale
testTokenExpiredNotYet ( ) : void Test tokenExpired method
testUpdateToken ( ) : void test
testUpdateTokenAdd ( ) : void test
testUpdateTokenExisting ( ) : void test
testUpdateTokenExistingAdd ( ) : void test

Method Details

setUp() public method

setUp method
public setUp ( ) : void
return void

tearDown() public method

tearDown method
public tearDown ( ) : void
return void

testCheckPassword() public method

test
public testCheckPassword ( ) : void
return void

testConfirmPasswordsAreEncrypted() public method

testGetAvatar() public method

test
public testGetAvatar ( ) : void
return void

testPasswordsAreEncrypted() public method

test
public testPasswordsAreEncrypted ( ) : void
return void

testTokenExpired() public method

Test tokenExpired method
public testTokenExpired ( ) : void
return void

testTokenExpiredEmpty() public method

Test tokenExpired method
public testTokenExpiredEmpty ( ) : void
return void

testTokenExpiredLocale() public method

Test tokenExpired another locale
public testTokenExpiredLocale ( ) : void
return void

testTokenExpiredNotYet() public method

Test tokenExpired method
public testTokenExpiredNotYet ( ) : void
return void

testUpdateToken() public method

test
public testUpdateToken ( ) : void
return void

testUpdateTokenAdd() public method

test
public testUpdateTokenAdd ( ) : void
return void

testUpdateTokenExisting() public method

test
public testUpdateTokenExisting ( ) : void
return void

testUpdateTokenExistingAdd() public method

test
public testUpdateTokenExistingAdd ( ) : void
return void