PHP Class Phalcon\Test\Unit\Tag\TagDateTimeFieldTest

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
testDateTimeFieldArrayParameter ( ) Tests dateTimeField with array as a parameter
testDateTimeFieldArrayParameterWithId ( ) Tests dateTimeField with array as a parameters and id in it
testDateTimeFieldArrayParameterWithNameNoId ( ) Tests dateTimeField with name and no id in parameter
testDateTimeFieldStringParameter ( ) Tests dateTimeField with string as a parameter
testDateTimeFieldWithDisplayTo ( ) Tests dateTimeField with displayTo
testDateTimeFieldWithDisplayToElementNotPresent ( ) Tests dateTimeField with displayTo and element not present
testDateTimeFieldWithSetDefault ( ) Tests dateTimeField with setDefault
testDateTimeFieldWithSetDefaultElementNotPresent ( ) Tests dateTimeField with setDefault and element not present

Method Details

testDateTimeFieldArrayParameter() public method

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

testDateTimeFieldArrayParameterWithId() public method

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

testDateTimeFieldArrayParameterWithNameNoId() public method

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

testDateTimeFieldStringParameter() public method

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

testDateTimeFieldWithDisplayTo() public method

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

testDateTimeFieldWithDisplayToElementNotPresent() public method

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

testDateTimeFieldWithSetDefault() public method

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

testDateTimeFieldWithSetDefaultElementNotPresent() public method

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