PHP Class Phalcon\Test\Unit\Tag\TagColorFieldTest

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
testColorFieldArrayParameter ( ) Tests colorField with array as a parameter
testColorFieldArrayParameterWithId ( ) Tests colorField with array as a parameters and id in it
testColorFieldArrayParameterWithNameNoId ( ) Tests colorField with name and no id in parameter
testColorFieldStringParameter ( ) Tests colorField with string as a parameter
testColorFieldWithDisplayTo ( ) Tests colorField with displayTo
testColorFieldWithDisplayToElementNotPresent ( ) Tests colorField with displayTo and element not present
testColorFieldWithSetDefault ( ) Tests colorField with setDefault
testColorFieldWithSetDefaultElementNotPresent ( ) Tests colorField with setDefault and element not present

Method Details

testColorFieldArrayParameter() public method

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

testColorFieldArrayParameterWithId() public method

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

testColorFieldArrayParameterWithNameNoId() public method

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

testColorFieldStringParameter() public method

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

testColorFieldWithDisplayTo() public method

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

testColorFieldWithDisplayToElementNotPresent() public method

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

testColorFieldWithSetDefault() public method

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

testColorFieldWithSetDefaultElementNotPresent() public method

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