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

Inheritance: extends Cake\TestSuite\TestCase
Datei anzeigen Open project: cakedc/users

Public Methods

Method Description
setUp ( ) : void setup
tearDown ( ) : void tearDown
testAfterIdentifyEmptyUser ( ) : void test
testAfterIdentifyEmptyUserSocialLogin ( ) : void test
testFailedSocialLoginMissingEmail ( ) : void test
testFailedSocialUserAccount ( ) : void test
testFailedSocialUserAccountNotActive ( ) : void test
testFailedSocialUserNotActive ( ) : void test
testLoginBeforeLoginReturningArray ( ) : void test
testLoginBeforeLoginReturningStoppedEvent ( ) : void test
testLoginGet ( ) : void test
testLoginHappy ( ) : void test
testLogout ( ) : void test

Method Details

setUp() public method

setup
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testAfterIdentifyEmptyUser() public method

test
public testAfterIdentifyEmptyUser ( ) : void
return void

testAfterIdentifyEmptyUserSocialLogin() public method

test

testFailedSocialLoginMissingEmail() public method

test

testFailedSocialUserAccount() public method

test
public testFailedSocialUserAccount ( ) : void
return void

testFailedSocialUserAccountNotActive() public method

test

testFailedSocialUserNotActive() public method

test

testLoginBeforeLoginReturningArray() public method

test

testLoginBeforeLoginReturningStoppedEvent() public method

test

testLoginGet() public method

test
public testLoginGet ( ) : void
return void

testLoginHappy() public method

test
public testLoginHappy ( ) : void
return void

testLogout() public method

test
public testLogout ( ) : void
return void