PHP 클래스 Xpressengine\Tests\User\VirtualGroupRepositoryTest

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

공개 메소드들

메소드 설명
testAll ( )
testConstruct ( )
testFind ( )
testFindByTitle ( )
testFindByUserId ( )
testHas ( )

보호된 메소드들

메소드 설명
makeRepository ( $users = null, $vGroups = null, $getter = null ) : VirtualGroupRepository getRepository
makeUsers ( ) : Mockery\MockInterface getRepository
tearDown ( )

비공개 메소드들

메소드 설명
makeEmail ( ) : Mockery\MockInterface makeEmail
makeQuery ( ) : Mockery\MockInterface makeQuery
makeUser ( ) : Mockery\MockInterface makeUser

메소드 상세

makeRepository() 보호된 메소드

getRepository
protected makeRepository ( $users = null, $vGroups = null, $getter = null ) : VirtualGroupRepository
리턴 Xpressengine\User\Repositories\VirtualGroupRepository

makeUsers() 보호된 메소드

getRepository
protected makeUsers ( ) : Mockery\MockInterface
리턴 Mockery\MockInterface

tearDown() 보호된 메소드

protected tearDown ( )

testAll() 공개 메소드

public testAll ( )

testConstruct() 공개 메소드

public testConstruct ( )

testFind() 공개 메소드

public testFind ( )

testFindByTitle() 공개 메소드

public testFindByTitle ( )

testFindByUserId() 공개 메소드

public testFindByUserId ( )

testHas() 공개 메소드

public testHas ( )