PHP Class Phalcon\Test\Unit\Tag\TagSearchFieldTest

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

Méthodes publiques

Méthode 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 méthode

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

testSearchFieldArrayParameterWithId() public méthode

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

testSearchFieldArrayParameterWithNameNoId() public méthode

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

testSearchFieldStringParameter() public méthode

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

testSearchFieldWithDisplayTo() public méthode

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

testSearchFieldWithDisplayToElementNotPresent() public méthode

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

testSearchFieldWithSetDefault() public méthode

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

testSearchFieldWithSetDefaultElementNotPresent() public méthode

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