PHP Class Xpressengine\Tests\User\EmailBrokerTest

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

Public Methods

Method Description
testConfirmEmailFailIfCodeIsInvalid ( ) testConfirmEmailFailIfAlreadyEmailConfirmed
testConfirmEmailSuccess ( )
testSendEmailForConfirmationSuccess ( )

Protected Methods

Method Description
makeHandler ( ) : Mock makeHandler
makeMailer ( )
tearDown ( )

Private Methods

Method Description
makeUser ( ) : Mockery\MockInterface makeUser

Method Details

makeHandler() protected method

makeHandler
protected makeHandler ( ) : Mock
return Mockery\Mock

makeMailer() protected method

protected makeMailer ( )

tearDown() protected method

protected tearDown ( )

testConfirmEmailFailIfCodeIsInvalid() public method

testConfirmEmailFailIfAlreadyEmailConfirmed

testConfirmEmailSuccess() public method

testSendEmailForConfirmationSuccess() public method