PHP Class Phalcon\Test\Unit\Tag\TagDateTimeLocalFieldTest

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
testDateTimeLocalFieldArrayParameter ( ) Tests dateTimeLocalField with array as a parameter
testDateTimeLocalFieldArrayParameterWithId ( ) Tests dateTimeLocalField with array as a parameters and id in it
testDateTimeLocalFieldArrayParameterWithNameNoId ( ) Tests dateTimeLocalField with name and no id in parameter
testDateTimeLocalFieldStringParameter ( ) Tests dateTimeLocalField with string as a parameter
testDateTimeLocalFieldWithDisplayTo ( ) Tests dateTimeLocalField with displayTo
testDateTimeLocalFieldWithDisplayToElementNotPresent ( ) Tests dateTimeLocalField with displayTo and element not present
testDateTimeLocalFieldWithSetDefault ( ) Tests dateTimeLocalField with setDefault
testDateTimeLocalFieldWithSetDefaultElementNotPresent ( ) Tests dateTimeLocalField with setDefault and element not present

Method Details

testDateTimeLocalFieldArrayParameter() public méthode

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

testDateTimeLocalFieldArrayParameterWithId() public méthode

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

testDateTimeLocalFieldArrayParameterWithNameNoId() public méthode

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

testDateTimeLocalFieldStringParameter() public méthode

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

testDateTimeLocalFieldWithDisplayTo() public méthode

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

testDateTimeLocalFieldWithDisplayToElementNotPresent() public méthode

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

testDateTimeLocalFieldWithSetDefault() public méthode

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

testDateTimeLocalFieldWithSetDefaultElementNotPresent() public méthode

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