PHP Class Phalcon\Test\integration\Forms\FormCest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Datei anzeigen Open project: phalcon/cphalcon

Public Methods

Method Description
_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

Method Details

_before() public method

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

clearFormElements() public method

Tests clearing the Form Elements
Since: 2016-10-01
Author: Serghei Iakovlev ([email protected])
public clearFormElements ( IntegrationTester $I )
$I IntegrationTester

clearFormElementsAndUsingValidation() public method

Tests clearing the Form Elements and using Form::isValid
Since: 2016-10-01
Author: Serghei Iakovlev ([email protected])
public clearFormElementsAndUsingValidation ( IntegrationTester $I )
$I IntegrationTester

clearFormElementsByUsingFormBind() public method

Tests clearing the Form Elements by using Form::bind
Since: 2016-10-01
Author: Serghei Iakovlev ([email protected])
public clearFormElementsByUsingFormBind ( IntegrationTester $I )
$I IntegrationTester