PHP Class Phalcon\Test\Unit\Tag\TagEmailFieldTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode 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 méthode

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

testEmailFieldArrayParameterWithId() public méthode

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

testEmailFieldArrayParameterWithNameNoId() public méthode

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

testEmailFieldStringParameter() public méthode

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

testEmailFieldWithDisplayTo() public méthode

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

testEmailFieldWithDisplayToElementNotPresent() public méthode

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

testEmailFieldWithSetDefault() public méthode

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

testEmailFieldWithSetDefaultElementNotPresent() public méthode

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