PHP Class Phalcon\Test\Unit\Tag\TagRangeFieldTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode 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 méthode

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

testRangeFieldArrayParameterWithId() public méthode

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

testRangeFieldArrayParameterWithNameNoId() public méthode

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

testRangeFieldStringParameter() public méthode

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

testRangeFieldWithDisplayTo() public méthode

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

testRangeFieldWithDisplayToElementNotPresent() public méthode

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

testRangeFieldWithSetDefault() public méthode

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

testRangeFieldWithSetDefaultElementNotPresent() public méthode

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