PHP Class Phalcon\Test\Unit\Tag\TagWeekFieldTest

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
testWeekFieldArrayParameter ( ) Tests weekField with array as a parameter
testWeekFieldArrayParameterWithId ( ) Tests weekField with array as a parameters and id in it
testWeekFieldArrayParameterWithNameNoId ( ) Tests weekField with name and no id in parameter
testWeekFieldStringParameter ( ) Tests weekField with string as a parameter
testWeekFieldWithDisplayTo ( ) Tests weekField with displayTo
testWeekFieldWithDisplayToElementNotPresent ( ) Tests weekField with displayTo and element not present
testWeekFieldWithSetDefault ( ) Tests weekField with setDefault
testWeekFieldWithSetDefaultElementNotPresent ( ) Tests weekField with setDefault and element not present

Method Details

testWeekFieldArrayParameter() public method

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

testWeekFieldArrayParameterWithId() public method

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

testWeekFieldArrayParameterWithNameNoId() public method

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

testWeekFieldStringParameter() public method

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

testWeekFieldWithDisplayTo() public method

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

testWeekFieldWithDisplayToElementNotPresent() public method

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

testWeekFieldWithSetDefault() public method

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

testWeekFieldWithSetDefaultElementNotPresent() public method

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