PHP Class Phalcon\Test\Unit\Tag\TagTextAreaTest

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
testTextAreaArrayParameter ( ) Tests textArea with array as a parameter
testTextAreaArrayParameterWithId ( ) Tests textArea with array as a parameters and id in it
testTextAreaArrayParameterWithNameNoId ( ) Tests textArea with name and no id in parameter
testTextAreaStringParameter ( ) Tests textArea with string as a parameter
testTextAreaWithDisplayTo ( ) Tests textArea with displayTo
testTextAreaWithDisplayToAndNewlineInValue ( ) Tests textArea with displayTo and newline in value
testTextAreaWithDisplayToElementNotPresent ( ) Tests textArea with displayTo and element not present
testTextAreaWithSetDefault ( ) Tests textArea with setDefault
testTextAreaWithSetDefaultElementNotPresent ( ) Tests textArea with setDefault and element not present

Method Details

testTextAreaArrayParameter() public method

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

testTextAreaArrayParameterWithId() public method

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

testTextAreaArrayParameterWithNameNoId() public method

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

testTextAreaStringParameter() public method

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

testTextAreaWithDisplayTo() public method

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

testTextAreaWithDisplayToAndNewlineInValue() public method

Tests textArea with displayTo and newline in value
Since: 2014-10-03
Author: Nikolaos Dimopoulos ([email protected])

testTextAreaWithDisplayToElementNotPresent() public method

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

testTextAreaWithSetDefault() public method

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

testTextAreaWithSetDefaultElementNotPresent() public method

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