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

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: cakedc/users

Méthodes publiques

Méthode 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 méthode

setup
public setUp ( ) : void
Résultat void

tearDown() public méthode

tearDown
public tearDown ( ) : void
Résultat void

testAfterIdentifyEmptyUser() public méthode

test
public testAfterIdentifyEmptyUser ( ) : void
Résultat void

testAfterIdentifyEmptyUserSocialLogin() public méthode

test

testFailedSocialLoginMissingEmail() public méthode

test

testFailedSocialUserAccount() public méthode

test
public testFailedSocialUserAccount ( ) : void
Résultat void

testFailedSocialUserAccountNotActive() public méthode

test

testFailedSocialUserNotActive() public méthode

test
public testFailedSocialUserNotActive ( ) : void
Résultat void

testLoginBeforeLoginReturningArray() public méthode

test

testLoginBeforeLoginReturningStoppedEvent() public méthode

test

testLoginGet() public méthode

test
public testLoginGet ( ) : void
Résultat void

testLoginHappy() public méthode

test
public testLoginHappy ( ) : void
Résultat void

testLogout() public méthode

test
public testLogout ( ) : void
Résultat void