PHP Class Phalcon\Test\Unit\Tag\TagPasswordFieldTest

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
testPasswordFieldArrayParameter ( ) Tests passwordField with array as a parameter
testPasswordFieldArrayParameterWithId ( ) Tests passwordField with array as a parameters and id in it
testPasswordFieldArrayParameterWithNameNoId ( ) Tests passwordField with name and no id in parameter
testPasswordFieldStringParameter ( ) Tests passwordField with string as a parameter
testPasswordFieldWithDisplayTo ( ) Tests passwordField with displayTo
testPasswordFieldWithDisplayToElementNotPresent ( ) Tests passwordField with displayTo and element not present
testPasswordFieldWithSetDefault ( ) Tests passwordField with setDefault
testPasswordFieldWithSetDefaultElementNotPresent ( ) Tests passwordField with setDefault and element not present

Method Details

testPasswordFieldArrayParameter() public méthode

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

testPasswordFieldArrayParameterWithId() public méthode

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

testPasswordFieldArrayParameterWithNameNoId() public méthode

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

testPasswordFieldStringParameter() public méthode

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

testPasswordFieldWithDisplayTo() public méthode

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

testPasswordFieldWithDisplayToElementNotPresent() public méthode

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

testPasswordFieldWithSetDefault() public méthode

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

testPasswordFieldWithSetDefaultElementNotPresent() public méthode

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