PHP Class Xpressengine\Tests\User\UserRepositoryTest

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

Public Methods

Method Description
testCreateWithPassword ( )
testCreateWithoutPassword ( )
testFindByEmail ( )
testSearchByEmailPrefix ( )
testUpdateWithDifferentPassword ( )
testUpdateWithSamePassword ( )
testUpdateWithoutPassword ( )

Protected Methods

Method Description
makeRepository ( ) : 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 ( ) : Mockery\MockInterface
return Mockery\MockInterface

tearDown() protected method

protected tearDown ( )

testCreateWithPassword() public method

testCreateWithoutPassword() public method

testFindByEmail() public method

public testFindByEmail ( )

testSearchByEmailPrefix() public method

testUpdateWithDifferentPassword() public method

testUpdateWithSamePassword() public method

testUpdateWithoutPassword() public method