PHP Class Phalcon\Test\Unit\Tag\TagPasswordFieldTest

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
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 method

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

testPasswordFieldArrayParameterWithId() public method

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

testPasswordFieldArrayParameterWithNameNoId() public method

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

testPasswordFieldStringParameter() public method

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

testPasswordFieldWithDisplayTo() public method

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

testPasswordFieldWithDisplayToElementNotPresent() public method

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

testPasswordFieldWithSetDefault() public method

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

testPasswordFieldWithSetDefaultElementNotPresent() public method

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