PHP Class Xpressengine\Tests\User\UserEmailRepositoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo Open project: xpressengine/xpressengine

Public Methods

Method Description
testConstruct ( )
testCreate ( )
testDelete ( )
testDeleteByUserIds ( )
testDeleteWhenEmailIsMainEmail ( ) testDeleteWhenEmailIsMainEmail
testFindByAddress ( )
testFindByUserId ( )

Protected Methods

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

Private Methods

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

testDelete() public method

public testDelete ( )

testDeleteByUserIds() public method

public testDeleteByUserIds ( )

testDeleteWhenEmailIsMainEmail() public method

testDeleteWhenEmailIsMainEmail

testFindByAddress() public method

public testFindByAddress ( )

testFindByUserId() public method

public testFindByUserId ( )