Class tests\codeception\frontend\functional\SignupCest

Inheritancetests\codeception\frontend\functional\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\functional\SignupCest
_before() This method is called before each cest class test method tests\codeception\frontend\functional\SignupCest
_failed() This method is called when test fails. tests\codeception\frontend\functional\SignupCest
testUserSignup() tests\codeception\frontend\functional\SignupCest

Method Details

_after() public method

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

public void _after ( $I )
$I \tests\codeception\frontend\FunctionalTester
_before() public method

This method is called before each cest class test method

public void _before ( $I )
$I \tests\codeception\frontend\FunctionalTester
_failed() public method

This method is called when test fails.

public void _failed ( $I )
$I \tests\codeception\frontend\FunctionalTester
testUserSignup() public method

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