PHP Class Phalcon\Test\Unit\Tag\TagUrlFieldTest

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
testUrlFieldArrayParameter ( ) Tests urlField with array as a parameter
testUrlFieldArrayParameterWithId ( ) Tests urlField with array as a parameters and id in it
testUrlFieldArrayParameterWithNameNoId ( ) Tests urlField with name and no id in parameter
testUrlFieldStringParameter ( ) Tests urlField with string as a parameter
testUrlFieldWithDisplayTo ( ) Tests urlField with displayTo
testUrlFieldWithDisplayToElementNotPresent ( ) Tests urlField with displayTo and element not present
testUrlFieldWithSetDefault ( ) Tests urlField with setDefault
testUrlFieldWithSetDefaultElementNotPresent ( ) Tests urlField with setDefault and element not present

Method Details

testUrlFieldArrayParameter() public method

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

testUrlFieldArrayParameterWithId() public method

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

testUrlFieldArrayParameterWithNameNoId() public method

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

testUrlFieldStringParameter() public method

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

testUrlFieldWithDisplayTo() public method

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

testUrlFieldWithDisplayToElementNotPresent() public method

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

testUrlFieldWithSetDefault() public method

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

testUrlFieldWithSetDefaultElementNotPresent() public method

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