PHP Class Phalcon\Test\Unit\Tag\TagSelectStaticTest

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
testSelectStaticArrayParameter ( ) Tests selectStatic with array as a parameter
testSelectStaticArrayParameterWithId ( ) Tests selectStatic with array as a parameters and id in it
testSelectStaticArrayParameterWithNameNoId ( ) Tests selectStatic with name and no id in parameter
testSelectStaticArrayParameterWithValue ( ) Tests selectStatic with value in parameters
testSelectStaticOptGroupArrayParameter ( ) Tests selectStatic with array as a parameter
testSelectStaticOptGroupArrayParameterWithId ( ) Tests selectStatic with array as a parameters and id in it
testSelectStaticOptGroupArrayParameterWithNameNoId ( ) Tests selectStatic with name and no id in parameter
testSelectStaticOptGroupArrayParameterWithValue ( ) Tests selectStatic with value in parameters
testSelectStaticOptGroupWithDisplayTo ( ) Tests selectStatic with displayTo
testSelectStaticOptGroupWithDisplayToElementNotPresent ( ) Tests selectStatic with displayTo and element not present
testSelectStaticOptGroupWithSetDefault ( ) Tests selectStatic with setDefault
testSelectStaticOptGroupWithSetDefaultElementNotPresent ( ) Tests selectStatic with setDefault and element not present
testSelectStaticStringParameter ( ) Tests selectStatic with string as a parameter
testSelectStaticWithDisplayTo ( ) Tests selectStatic with displayTo
testSelectStaticWithDisplayToElementNotPresent ( ) Tests selectStatic with displayTo and element not present
testSelectStaticWithSetDefault ( ) Tests selectStatic with setDefault
testSelectStaticWithSetDefaultElementNotPresent ( ) Tests selectStatic with setDefault and element not present

Method Details

testSelectStaticArrayParameter() public méthode

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

testSelectStaticArrayParameterWithId() public méthode

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

testSelectStaticArrayParameterWithNameNoId() public méthode

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

testSelectStaticArrayParameterWithValue() public méthode

Tests selectStatic with value in parameters
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testSelectStaticOptGroupArrayParameter() public méthode

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

testSelectStaticOptGroupArrayParameterWithId() public méthode

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

testSelectStaticOptGroupArrayParameterWithNameNoId() public méthode

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

testSelectStaticOptGroupArrayParameterWithValue() public méthode

Tests selectStatic with value in parameters
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testSelectStaticOptGroupWithDisplayTo() public méthode

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

testSelectStaticOptGroupWithDisplayToElementNotPresent() public méthode

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

testSelectStaticOptGroupWithSetDefault() public méthode

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

testSelectStaticOptGroupWithSetDefaultElementNotPresent() public méthode

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

testSelectStaticStringParameter() public méthode

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

testSelectStaticWithDisplayTo() public méthode

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

testSelectStaticWithDisplayToElementNotPresent() public méthode

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

testSelectStaticWithSetDefault() public méthode

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

testSelectStaticWithSetDefaultElementNotPresent() public méthode

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