PHP Class Phalcon\Test\Unit\Tag\TagDateTimeLocalFieldTest

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
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 method

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

testDateTimeLocalFieldArrayParameterWithId() public method

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

testDateTimeLocalFieldArrayParameterWithNameNoId() public method

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

testDateTimeLocalFieldStringParameter() public method

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

testDateTimeLocalFieldWithDisplayTo() public method

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

testDateTimeLocalFieldWithDisplayToElementNotPresent() public method

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

testDateTimeLocalFieldWithSetDefault() public method

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

testDateTimeLocalFieldWithSetDefaultElementNotPresent() public method

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