PHP Class Phalcon\Test\Unit\Tag\TagSearchFieldTest

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
testSearchFieldArrayParameter ( ) Tests searchField with array as a parameter
testSearchFieldArrayParameterWithId ( ) Tests searchField with array as a parameters and id in it
testSearchFieldArrayParameterWithNameNoId ( ) Tests searchField with name and no id in parameter
testSearchFieldStringParameter ( ) Tests searchField with string as a parameter
testSearchFieldWithDisplayTo ( ) Tests searchField with displayTo
testSearchFieldWithDisplayToElementNotPresent ( ) Tests searchField with displayTo and element not present
testSearchFieldWithSetDefault ( ) Tests searchField with setDefault
testSearchFieldWithSetDefaultElementNotPresent ( ) Tests searchField with setDefault and element not present

Method Details

testSearchFieldArrayParameter() public method

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

testSearchFieldArrayParameterWithId() public method

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

testSearchFieldArrayParameterWithNameNoId() public method

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

testSearchFieldStringParameter() public method

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

testSearchFieldWithDisplayTo() public method

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

testSearchFieldWithDisplayToElementNotPresent() public method

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

testSearchFieldWithSetDefault() public method

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

testSearchFieldWithSetDefaultElementNotPresent() public method

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