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

Inheritance: extends BaseTraitTest
Afficher le fichier Open project: cakedc/users

Méthodes publiques

Méthode Description
setUp ( ) : void setUp
tearDown ( ) : void tearDown
testRegister ( ) : void test
testRegisterGet ( ) : void test
testRegisterLoggedInUserAllowed ( ) : void test
testRegisterLoggedInUserNotAllowed ( ) : void test
testRegisterNotEnabled ( ) : void test
testRegisterReCaptcha ( ) : void test
testRegisterRecaptchaDisabled ( ) : void test
testRegisterRecaptchaNotValid ( ) : void test
testRegisterValidationErrors ( ) : void test
testValidateEmail ( ) : 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

testRegister() public méthode

test
public testRegister ( ) : void
Résultat void

testRegisterGet() public méthode

test
public testRegisterGet ( ) : void
Résultat void

testRegisterLoggedInUserAllowed() public méthode

test
public testRegisterLoggedInUserAllowed ( ) : void
Résultat void

testRegisterLoggedInUserNotAllowed() public méthode

test

testRegisterNotEnabled() public méthode

test
public testRegisterNotEnabled ( ) : void
Résultat void

testRegisterReCaptcha() public méthode

test
public testRegisterReCaptcha ( ) : void
Résultat void

testRegisterRecaptchaDisabled() public méthode

test
public testRegisterRecaptchaDisabled ( ) : void
Résultat void

testRegisterRecaptchaNotValid() public méthode

test
public testRegisterRecaptchaNotValid ( ) : void
Résultat void

testRegisterValidationErrors() public méthode

test
public testRegisterValidationErrors ( ) : void
Résultat void

testValidateEmail() public méthode

test
public testValidateEmail ( ) : void
Résultat void