PHP Class Phalcon\Test\Unit\Tag\TagTelFieldTest

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
testTelFieldArrayParameter ( ) Tests telField with array as a parameter
testTelFieldArrayParameterWithId ( ) Tests telField with array as a parameters and id in it
testTelFieldArrayParameterWithNameNoId ( ) Tests telField with name and no id in parameter
testTelFieldStringParameter ( ) Tests telField with string as a parameter
testTelFieldWithDisplayTo ( ) Tests telField with displayTo
testTelFieldWithDisplayToElementNotPresent ( ) Tests telField with displayTo and element not present
testTelFieldWithSetDefault ( ) Tests telField with setDefault
testTelFieldWithSetDefaultElementNotPresent ( ) Tests telField with setDefault and element not present

Method Details

testTelFieldArrayParameter() public method

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

testTelFieldArrayParameterWithId() public method

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

testTelFieldArrayParameterWithNameNoId() public method

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

testTelFieldStringParameter() public method

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

testTelFieldWithDisplayTo() public method

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

testTelFieldWithDisplayToElementNotPresent() public method

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

testTelFieldWithSetDefault() public method

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

testTelFieldWithSetDefaultElementNotPresent() public method

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