PHP Class Xpressengine\Tests\User\UserAccountRepositoryTest

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

Public Methods

Method Description
testConstruct ( )
testCreate ( )
testDeleteByUserIds ( )
testFindByUserId ( )

Protected Methods

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

Private Methods

Method Description
makeAccount ( ) : Mockery\MockInterface makeAccount
makeUser ( ) : Mockery\MockInterface makeUser

Method Details

makeRepository() protected method

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

tearDown() protected method

protected tearDown ( )

testConstruct() public method

public testConstruct ( )

testCreate() public method

public testCreate ( )

testDeleteByUserIds() public method

public testDeleteByUserIds ( )

testFindByUserId() public method

public testFindByUserId ( )