PHP Class Krucas\LaravelUserEmailVerification\Test\VerifiesUsersTest

Inheritance: extends TestCase
Show file Open project: edvinaskrucas/laravel-user-email-verification

Public Methods

Method Description
tearDown ( )
testSendVerificationLinkShowFailure ( )
testSendVerificationLinkShowSuccess ( )
testShowResendForm ( )
testVerifyShouldShowFailureForm ( )
testVerifyShouldShowMessageFormWhenNoTokenIsProvided ( )
testVerifyShouldShowSuccessForm ( )

Protected Methods

Method Description
getTraitMock ( $methods = [] )

Method Details

getTraitMock() protected method

protected getTraitMock ( $methods = [] )

tearDown() public method

public tearDown ( )

testSendVerificationLinkShowFailure() public method

testSendVerificationLinkShowSuccess() public method

testShowResendForm() public method

public testShowResendForm ( )

testVerifyShouldShowFailureForm() public method

testVerifyShouldShowMessageFormWhenNoTokenIsProvided() public method

testVerifyShouldShowSuccessForm() public method