PHP 클래스 Xpressengine\Tests\User\UserHandlerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 메소드들

메소드 설명
testCallMagicMethod ( )
testCreate ( )
testCreateWithAccounts ( )
testCreateWithEmail ( )
testCreateWithGroups ( )
testCreateWithPendingEmail ( )
testUpdateWhenDisplayNameisDifferent ( )
testUpdateWhenDisplayNameisEqual ( )
testValidateForCreateFail ( )
testValidateForCreateWithEmptyDisplayName ( )
testValidateForCreateWithExistingAccount ( )
testValidateForCreateWithExistingDisplayName ( )
testValidateForCreateWithExistingEmail ( )
testValidateForCreateWithInvalidAccount ( )
testValidateForCreateWithInvalidDisplayName ( )
testValidateForCreateWithoutEmailAndAccount ( )
testValidatePasswordWhenFail ( )
testValidatePasswordWhenSuccess ( )

보호된 메소드들

메소드 설명
getAccounts ( )
getContainer ( )
getGroups ( )
getHasher ( )
getImageHander ( )
getMails ( )
getPendingMails ( )
getUsers ( )
getValidator ( )
getVgroups ( )
tearDown ( ) Tears down the fixture, for example, close a network connection.

비공개 메소드들

메소드 설명
getHandler ( $users = null, $accounts = null, $groups = null, $emails = null, $pendingEmails = null, $imageHandler = null, $hasher = null, $validator = null, $container = null ) : UserHandler
getHandlerMock ( $users = null, $accounts = null, $groups = null, $emails = null, $pendingEmails = null, $imageHandler = null, $hasher = null, $validator = null, $container = null ) : UserHandler
makeAccount ( )
makeEmail ( ) : Mockery\MockInterface makeEmail
makeQuery ( ) : Mockery\MockInterface makeQuery
makeUser ( ) : Mockery\MockInterface makeUser

메소드 상세

getAccounts() 보호된 메소드

protected getAccounts ( )

getContainer() 보호된 메소드

protected getContainer ( )

getGroups() 보호된 메소드

protected getGroups ( )

getHasher() 보호된 메소드

protected getHasher ( )

getImageHander() 보호된 메소드

protected getImageHander ( )

getMails() 보호된 메소드

protected getMails ( )

getPendingMails() 보호된 메소드

protected getPendingMails ( )

getUsers() 보호된 메소드

protected getUsers ( )

getValidator() 보호된 메소드

protected getValidator ( )

getVgroups() 보호된 메소드

protected getVgroups ( )

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( )

testCallMagicMethod() 공개 메소드

public testCallMagicMethod ( )

testCreate() 공개 메소드

public testCreate ( )

testCreateWithAccounts() 공개 메소드

testCreateWithEmail() 공개 메소드

public testCreateWithEmail ( )

testCreateWithGroups() 공개 메소드

testCreateWithPendingEmail() 공개 메소드

testUpdateWhenDisplayNameisDifferent() 공개 메소드

testUpdateWhenDisplayNameisEqual() 공개 메소드

testValidateForCreateFail() 공개 메소드

testValidateForCreateWithEmptyDisplayName() 공개 메소드

testValidateForCreateWithExistingAccount() 공개 메소드

testValidateForCreateWithExistingDisplayName() 공개 메소드

testValidateForCreateWithExistingEmail() 공개 메소드

testValidateForCreateWithInvalidAccount() 공개 메소드

testValidateForCreateWithInvalidDisplayName() 공개 메소드

testValidateForCreateWithoutEmailAndAccount() 공개 메소드

testValidatePasswordWhenFail() 공개 메소드

testValidatePasswordWhenSuccess() 공개 메소드