PHP Class Phalcon\Test\Unit\Tag\TagTimeFieldTest

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
testTimeFieldArrayParameter ( ) Tests timeField with array as a parameter
testTimeFieldArrayParameterWithId ( ) Tests timeField with array as a parameters and id in it
testTimeFieldArrayParameterWithNameNoId ( ) Tests timeField with name and no id in parameter
testTimeFieldStringParameter ( ) Tests timeField with string as a parameter
testTimeFieldWithDisplayTo ( ) Tests timeField with displayTo
testTimeFieldWithDisplayToElementNotPresent ( ) Tests timeField with displayTo and element not present
testTimeFieldWithSetDefault ( ) Tests timeField with setDefault
testTimeFieldWithSetDefaultElementNotPresent ( ) Tests timeField with setDefault and element not present

Method Details

testTimeFieldArrayParameter() public method

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

testTimeFieldArrayParameterWithId() public method

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

testTimeFieldArrayParameterWithNameNoId() public method

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

testTimeFieldStringParameter() public method

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

testTimeFieldWithDisplayTo() public method

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

testTimeFieldWithDisplayToElementNotPresent() public method

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

testTimeFieldWithSetDefault() public method

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

testTimeFieldWithSetDefaultElementNotPresent() public method

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