PHP Class Phalcon\Test\Unit\Tag\TagDateFieldTest

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
testDateFieldArrayParameter ( ) Tests dateField with array as a parameter
testDateFieldArrayParameterWithId ( ) Tests dateField with array as a parameters and id in it
testDateFieldArrayParameterWithNameNoId ( ) Tests dateField with name and no id in parameter
testDateFieldStringParameter ( ) Tests dateField with string as a parameter
testDateFieldWithDisplayTo ( ) Tests dateField with displayTo
testDateFieldWithDisplayToElementNotPresent ( ) Tests dateField with displayTo and element not present
testDateFieldWithSetDefault ( ) Tests dateField with setDefault
testDateFieldWithSetDefaultElementNotPresent ( ) Tests dateField with setDefault and element not present

Method Details

testDateFieldArrayParameter() public method

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

testDateFieldArrayParameterWithId() public method

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

testDateFieldArrayParameterWithNameNoId() public method

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

testDateFieldStringParameter() public method

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

testDateFieldWithDisplayTo() public method

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

testDateFieldWithDisplayToElementNotPresent() public method

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

testDateFieldWithSetDefault() public method

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

testDateFieldWithSetDefaultElementNotPresent() public method

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