PHP Class Phalcon\Test\Unit\Tag\TagHiddenFieldTest

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
testHiddenFieldArrayParameter ( ) Tests hiddenField with array as a parameter
testHiddenFieldArrayParameterWithId ( ) Tests hiddenField with array as a parameters and id in it
testHiddenFieldArrayParameterWithNameNoId ( ) Tests hiddenField with name and no id in parameter
testHiddenFieldStringParameter ( ) Tests hiddenField with string as a parameter
testHiddenFieldWithDisplayTo ( ) Tests hiddenField with displayTo
testHiddenFieldWithDisplayToElementNotPresent ( ) Tests hiddenField with displayTo and element not present
testHiddenFieldWithSetDefault ( ) Tests hiddenField with setDefault
testHiddenFieldWithSetDefaultElementNotPresent ( ) Tests hiddenField with setDefault and element not present

Method Details

testHiddenFieldArrayParameter() public method

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

testHiddenFieldArrayParameterWithId() public method

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

testHiddenFieldArrayParameterWithNameNoId() public method

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

testHiddenFieldStringParameter() public method

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

testHiddenFieldWithDisplayTo() public method

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

testHiddenFieldWithDisplayToElementNotPresent() public method

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

testHiddenFieldWithSetDefault() public method

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

testHiddenFieldWithSetDefaultElementNotPresent() public method

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