PHP Class Phalcon\Test\Unit\Tag\TagResetInputTest

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
testResetInput ( ) Tests Tag::resetInput
testResetInputWithDisplayTo ( ) Tests resetInput with displayTo
testResetInputWithSetDefault ( ) Tests resetInput with setDefault

Method Details

testResetInput() public method

Note: The Tag::resetInput should not clear $_POST data.
Since: 2016-01-20
Author: Serghei Iakovlev ([email protected])
public testResetInput ( )

testResetInputWithDisplayTo() public method

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

testResetInputWithSetDefault() public method

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