PHP Class Phalcon\Test\Unit\Tag\TagTextFieldTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
testTextFieldArrayParameter ( ) Tests textField with array as a parameter
testTextFieldArrayParameterWithId ( ) Tests textField with array as a parameters and id in it
testTextFieldArrayParameterWithNameNoId ( ) Tests textField with name and no id in parameter
testTextFieldStringParameter ( ) Tests textField with string as a parameter
testTextFieldWithDisplayTo ( ) Tests textField with displayTo
testTextFieldWithDisplayToElementNotPresent ( ) Tests textField with displayTo and element not present
testTextFieldWithSetDefault ( ) Tests textField with setDefault
testTextFieldWithSetDefaultElementNotPresent ( ) Tests textField with setDefault and element not present

Method Details

testTextFieldArrayParameter() public method

Tests textField with array as a parameter
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldArrayParameterWithId() public method

Tests textField with array as a parameters and id in it
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldArrayParameterWithNameNoId() public method

Tests textField with name and no id in parameter
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldStringParameter() public method

Tests textField with string as a parameter
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldWithDisplayTo() public method

Tests textField with displayTo
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldWithDisplayToElementNotPresent() public method

Tests textField with displayTo and element not present
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldWithSetDefault() public method

Tests textField with setDefault
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTextFieldWithSetDefaultElementNotPresent() public method

Tests textField with setDefault and element not present
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])