PHP Class Phalcon\Test\Unit\Tag\TagRadioFieldTest

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
testRadioFieldArrayParameter ( ) Tests radioField with array as a parameter
testRadioFieldArrayParameterWithId ( ) Tests radioField with array as a parameters and id in it
testRadioFieldArrayParameterWithNameNoId ( ) Tests radioField with name and no id in parameter
testRadioFieldStringParameter ( ) Tests radioField with string as a parameter
testRadioFieldWithDisplayTo ( ) Tests radioField with displayTo
testRadioFieldWithDisplayToElementNotPresent ( ) Tests radioField with displayTo and element not present
testRadioFieldWithSetDefault ( ) Tests radioField with setDefault
testRadioFieldWithSetDefaultElementNotPresent ( ) Tests radioField with setDefault and element not present

Method Details

testRadioFieldArrayParameter() public method

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

testRadioFieldArrayParameterWithId() public method

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

testRadioFieldArrayParameterWithNameNoId() public method

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

testRadioFieldStringParameter() public method

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

testRadioFieldWithDisplayTo() public method

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

testRadioFieldWithDisplayToElementNotPresent() public method

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

testRadioFieldWithSetDefault() public method

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

testRadioFieldWithSetDefaultElementNotPresent() public method

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