PHP Class Phalcon\Test\Unit\Tag\TagNumericFieldTest

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
testNumericFieldArrayParameter ( ) Tests numericField with array as a parameter
testNumericFieldArrayParameterWithId ( ) Tests numericField with array as a parameters and id in it
testNumericFieldArrayParameterWithNameNoId ( ) Tests numericField with name and no id in parameter
testNumericFieldStringParameter ( ) Tests numericField with string as a parameter
testNumericFieldWithDisplayTo ( ) Tests numericField with displayTo
testNumericFieldWithDisplayToElementNotPresent ( ) Tests numericField with displayTo and element not present
testNumericFieldWithSetDefault ( ) Tests numericField with setDefault
testNumericFieldWithSetDefaultElementNotPresent ( ) Tests numericField with setDefault and element not present

Method Details

testNumericFieldArrayParameter() public method

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

testNumericFieldArrayParameterWithId() public method

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

testNumericFieldArrayParameterWithNameNoId() public method

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

testNumericFieldStringParameter() public method

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

testNumericFieldWithDisplayTo() public method

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

testNumericFieldWithDisplayToElementNotPresent() public method

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

testNumericFieldWithSetDefault() public method

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

testNumericFieldWithSetDefaultElementNotPresent() public method

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