PHP 클래스 CakeDC\Users\Test\TestCase\Controller\SocialAccountsControllerTest

상속: extends Cake\TestSuite\TestCase
파일 보기 프로젝트 열기: cakedc/users

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures array Fixtures

공개 메소드들

메소드 설명
setUp ( ) : void setUp
tearDown ( ) : void tearDown
testResendValidationAlreadyActive ( ) : void test
testResendValidationEmailError ( ) : void test
testResendValidationHappy ( ) : void test
testResendValidationInvalid ( ) : void test
testValidateAccountAlreadyActive ( ) : void test
testValidateAccountHappy ( ) : void test
testValidateAccountInvalidToken ( ) : void test

메소드 상세

setUp() 공개 메소드

setUp
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

tearDown
public tearDown ( ) : void
리턴 void

testResendValidationAlreadyActive() 공개 메소드

test

testResendValidationEmailError() 공개 메소드

test

testResendValidationHappy() 공개 메소드

test
public testResendValidationHappy ( ) : void
리턴 void

testResendValidationInvalid() 공개 메소드

test
public testResendValidationInvalid ( ) : void
리턴 void

testValidateAccountAlreadyActive() 공개 메소드

test

testValidateAccountHappy() 공개 메소드

test
public testValidateAccountHappy ( ) : void
리턴 void

testValidateAccountInvalidToken() 공개 메소드

test

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

Fixtures
public array $fixtures
리턴 array