PHP Class Phalcon\Test\Unit\Tag\TagEmailFieldTest

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
testEmailFieldArrayParameter ( ) Tests emailField with array as a parameter
testEmailFieldArrayParameterWithId ( ) Tests emailField with array as a parameters and id in it
testEmailFieldArrayParameterWithNameNoId ( ) Tests emailField with name and no id in parameter
testEmailFieldStringParameter ( ) Tests emailField with string as a parameter
testEmailFieldWithDisplayTo ( ) Tests emailField with displayTo
testEmailFieldWithDisplayToElementNotPresent ( ) Tests emailField with displayTo and element not present
testEmailFieldWithSetDefault ( ) Tests emailField with setDefault
testEmailFieldWithSetDefaultElementNotPresent ( ) Tests emailField with setDefault and element not present

Method Details

testEmailFieldArrayParameter() public method

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

testEmailFieldArrayParameterWithId() public method

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

testEmailFieldArrayParameterWithNameNoId() public method

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

testEmailFieldStringParameter() public method

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

testEmailFieldWithDisplayTo() public method

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

testEmailFieldWithDisplayToElementNotPresent() public method

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

testEmailFieldWithSetDefault() public method

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

testEmailFieldWithSetDefaultElementNotPresent() public method

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