PHP Class Phalcon\Test\Unit\Tag\TagSelectStaticTest

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
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 method

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

testSelectStaticArrayParameterWithId() public method

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

testSelectStaticArrayParameterWithNameNoId() public method

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

testSelectStaticArrayParameterWithValue() public method

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

testSelectStaticOptGroupArrayParameter() public method

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

testSelectStaticOptGroupArrayParameterWithId() public method

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

testSelectStaticOptGroupArrayParameterWithNameNoId() public method

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

testSelectStaticOptGroupArrayParameterWithValue() public method

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

testSelectStaticOptGroupWithDisplayTo() public method

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

testSelectStaticOptGroupWithDisplayToElementNotPresent() public method

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

testSelectStaticOptGroupWithSetDefault() public method

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

testSelectStaticOptGroupWithSetDefaultElementNotPresent() public method

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

testSelectStaticStringParameter() public method

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

testSelectStaticWithDisplayTo() public method

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

testSelectStaticWithDisplayToElementNotPresent() public method

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

testSelectStaticWithSetDefault() public method

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

testSelectStaticWithSetDefaultElementNotPresent() public method

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