PHP Class Xpressengine\Tests\User\VirtualGroupRepositoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: xpressengine/xpressengine

Public Methods

Method Description
testAll ( )
testConstruct ( )
testFind ( )
testFindByTitle ( )
testFindByUserId ( )
testHas ( )

Protected Methods

Method Description
makeRepository ( $users = null, $vGroups = null, $getter = null ) : VirtualGroupRepository getRepository
makeUsers ( ) : Mockery\MockInterface getRepository
tearDown ( )

Private Methods

Method Description
makeEmail ( ) : Mockery\MockInterface makeEmail
makeQuery ( ) : Mockery\MockInterface makeQuery
makeUser ( ) : Mockery\MockInterface makeUser

Method Details

makeRepository() protected method

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

makeUsers() protected method

getRepository
protected makeUsers ( ) : Mockery\MockInterface
return Mockery\MockInterface

tearDown() protected method

protected tearDown ( )

testAll() public method

public testAll ( )

testConstruct() public method

public testConstruct ( )

testFind() public method

public testFind ( )

testFindByTitle() public method

public testFindByTitle ( )

testFindByUserId() public method

public testFindByUserId ( )

testHas() public method

public testHas ( )