PHP Class Phalcon\Test\Unit\Tag\TagRangeFieldTest

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
testRangeFieldArrayParameter ( ) Tests rangeField with array as a parameter
testRangeFieldArrayParameterWithId ( ) Tests rangeField with array as a parameters and id in it
testRangeFieldArrayParameterWithNameNoId ( ) Tests rangeField with name and no id in parameter
testRangeFieldStringParameter ( ) Tests rangeField with string as a parameter
testRangeFieldWithDisplayTo ( ) Tests rangeField with displayTo
testRangeFieldWithDisplayToElementNotPresent ( ) Tests rangeField with displayTo and element not present
testRangeFieldWithSetDefault ( ) Tests rangeField with setDefault
testRangeFieldWithSetDefaultElementNotPresent ( ) Tests rangeField with setDefault and element not present

Method Details

testRangeFieldArrayParameter() public method

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

testRangeFieldArrayParameterWithId() public method

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

testRangeFieldArrayParameterWithNameNoId() public method

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

testRangeFieldStringParameter() public method

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

testRangeFieldWithDisplayTo() public method

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

testRangeFieldWithDisplayToElementNotPresent() public method

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

testRangeFieldWithSetDefault() public method

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

testRangeFieldWithSetDefaultElementNotPresent() public method

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