Class tests\codeception\frontend\acceptance\SignupCest

Inheritancetests\codeception\frontend\acceptance\SignupCest

Public Methods

Hide inherited methods

MethodDescriptionDefined By
_after() This method is called after each cest class test method, even if test failed. tests\codeception\frontend\acceptance\SignupCest
_before() This method is called before each cest class test method tests\codeception\frontend\acceptance\SignupCest
_fail() This method is called when test fails. tests\codeception\frontend\acceptance\SignupCest
testUserSignup() tests\codeception\frontend\acceptance\SignupCest

Method Details

_after() public method

This method is called after each cest class test method, even if test failed.

public void _after ( $event )
$event \Codeception\Event\TestEvent
_before() public method

This method is called before each cest class test method

public void _before ( $event )
$event \Codeception\Event\TestEvent
_fail() public method

This method is called when test fails.

public void _fail ( $event )
$event \Codeception\Event\FailEvent
testUserSignup() public method

public void testUserSignup ( $I, $scenario )
$I \tests\codeception\frontend\AcceptanceTester
$scenario \Codeception\Scenario