PHP Класс tests\codeception\frontend\acceptance\SignupCest

Показать файл Открыть проект

Открытые методы

Метод Описание
_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\AcceptanceTester $I, Codeception\Scenario $scenario )

Описание методов

_after() публичный Метод

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() публичный Метод

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

_fail() публичный Метод

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

testUserSignup() публичный Метод

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