PHP Class Xpressengine\Tests\User\UserGroupRepositoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
testAddUser ( )
testDelete ( )
testDeleteWhenGroupIsNotSaved ( )
testExceptUser ( )

Protected Methods

Method Description
makeRepository ( ) : Mockery\MockInterface getRepository
tearDown ( )

Private Methods

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

Method Details

makeRepository() protected method

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

tearDown() protected method

protected tearDown ( )

testAddUser() public method

public testAddUser ( )

testDelete() public method

public testDelete ( )

testDeleteWhenGroupIsNotSaved() public method

testExceptUser() public method

public testExceptUser ( )