PHP Class Phalcon\Test\Unit\Tag\TagMonthFieldTest

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
testMonthFieldArrayParameter ( ) Tests monthField with array as a parameter
testMonthFieldArrayParameterWithId ( ) Tests monthField with array as a parameters and id in it
testMonthFieldArrayParameterWithNameNoId ( ) Tests monthField with name and no id in parameter
testMonthFieldStringParameter ( ) Tests monthField with string as a parameter
testMonthFieldWithDisplayTo ( ) Tests monthField with displayTo
testMonthFieldWithDisplayToElementNotPresent ( ) Tests monthField with displayTo and element not present
testMonthFieldWithSetDefault ( ) Tests monthField with setDefault
testMonthFieldWithSetDefaultElementNotPresent ( ) Tests monthField with setDefault and element not present

Method Details

testMonthFieldArrayParameter() public method

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

testMonthFieldArrayParameterWithId() public method

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

testMonthFieldArrayParameterWithNameNoId() public method

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

testMonthFieldStringParameter() public method

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

testMonthFieldWithDisplayTo() public method

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

testMonthFieldWithDisplayToElementNotPresent() public method

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

testMonthFieldWithSetDefault() public method

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

testMonthFieldWithSetDefaultElementNotPresent() public method

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