PHP Class Phalcon\Test\Unit\Tag\TagTimeFieldTest

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

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

testTimeFieldArrayParameterWithId() public méthode

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

testTimeFieldArrayParameterWithNameNoId() public méthode

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

testTimeFieldStringParameter() public méthode

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

testTimeFieldWithDisplayTo() public méthode

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

testTimeFieldWithDisplayToElementNotPresent() public méthode

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

testTimeFieldWithSetDefault() public méthode

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

testTimeFieldWithSetDefaultElementNotPresent() public méthode

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