PHP Class Phalcon\Test\Unit\Tag\TagFileFieldTest

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
testFileFieldArrayParameter ( ) Tests fileField with array as a parameter
testFileFieldArrayParameterWithId ( ) Tests fileField with array as a parameters and id in it
testFileFieldArrayParameterWithNameNoId ( ) Tests fileField with name and no id in parameter
testFileFieldStringParameter ( ) Tests fileField with string as a parameter
testFileFieldWithDisplayTo ( ) Tests fileField with displayTo
testFileFieldWithDisplayToElementNotPresent ( ) Tests fileField with displayTo and element not present
testFileFieldWithSetDefault ( ) Tests fileField with setDefault
testFileFieldWithSetDefaultElementNotPresent ( ) Tests fileField with setDefault and element not present

Method Details

testFileFieldArrayParameter() public method

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

testFileFieldArrayParameterWithId() public method

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

testFileFieldArrayParameterWithNameNoId() public method

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

testFileFieldStringParameter() public method

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

testFileFieldWithDisplayTo() public method

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

testFileFieldWithDisplayToElementNotPresent() public method

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

testFileFieldWithSetDefault() public method

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

testFileFieldWithSetDefaultElementNotPresent() public method

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