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

Inheritance: extends BaseTraitTest
Show file Open project: cakedc/users

Public Methods

Method 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 method

setUp
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testRegister() public method

test
public testRegister ( ) : void
return void

testRegisterGet() public method

test
public testRegisterGet ( ) : void
return void

testRegisterLoggedInUserAllowed() public method

test

testRegisterLoggedInUserNotAllowed() public method

test

testRegisterNotEnabled() public method

test
public testRegisterNotEnabled ( ) : void
return void

testRegisterReCaptcha() public method

test
public testRegisterReCaptcha ( ) : void
return void

testRegisterRecaptchaDisabled() public method

test

testRegisterRecaptchaNotValid() public method

test

testRegisterValidationErrors() public method

test
public testRegisterValidationErrors ( ) : void
return void

testValidateEmail() public method

test
public testValidateEmail ( ) : void
return void