PHP Класс Phalcon\Test\integration\Forms\FormCest

Автор: Andres Gutierrez ([email protected])
Автор: Serghei Iakovlev ([email protected])
Показать файл Открыть проект

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

Метод Описание
_before ( IntegrationTester $I ) Executed before each test
clearFormElements ( IntegrationTester $I ) Tests clearing the Form Elements
clearFormElementsAndUsingValidation ( IntegrationTester $I ) Tests clearing the Form Elements and using Form::isValid
clearFormElementsByUsingFormBind ( IntegrationTester $I ) Tests clearing the Form Elements by using Form::bind

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

_before() публичный метод

Executed before each test
public _before ( IntegrationTester $I )
$I IntegrationTester

clearFormElements() публичный метод

Tests clearing the Form Elements
С версии: 2016-10-01
Автор: Serghei Iakovlev ([email protected])
public clearFormElements ( IntegrationTester $I )
$I IntegrationTester

clearFormElementsAndUsingValidation() публичный метод

Tests clearing the Form Elements and using Form::isValid
С версии: 2016-10-01
Автор: Serghei Iakovlev ([email protected])
public clearFormElementsAndUsingValidation ( IntegrationTester $I )
$I IntegrationTester

clearFormElementsByUsingFormBind() публичный метод

Tests clearing the Form Elements by using Form::bind
С версии: 2016-10-01
Автор: Serghei Iakovlev ([email protected])
public clearFormElementsByUsingFormBind ( IntegrationTester $I )
$I IntegrationTester