PHP 클래스 Phalcon\Test\integration\Forms\FormCest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
_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