PHP Class tests\codeception\frontend\functional\SignupCest

Show file Open project: yeesoft/yii2-yee-cms

Public Methods

Method Description
_after ( Codeception\Event\TestEvent $event ) This method is called after each cest class test method, even if test failed.
_before ( Codeception\Event\TestEvent $event ) This method is called before each cest class test method
_fail ( Codeception\Event\FailEvent $event ) This method is called when test fails.
testUserSignup ( codeception_frontend\FunctionalTester $I, Codeception\Scenario $scenario )

Method Details

_after() public method

This method is called after each cest class test method, even if test failed.
public _after ( Codeception\Event\TestEvent $event )
$event Codeception\Event\TestEvent

_before() public method

This method is called before each cest class test method
public _before ( Codeception\Event\TestEvent $event )
$event Codeception\Event\TestEvent

_fail() public method

This method is called when test fails.
public _fail ( Codeception\Event\FailEvent $event )
$event Codeception\Event\FailEvent

testUserSignup() public method

public testUserSignup ( codeception_frontend\FunctionalTester $I, Codeception\Scenario $scenario )
$I codeception_frontend\FunctionalTester
$scenario Codeception\Scenario