PHP Class Phalcon\Test\Unit\Tag\TagImageInputTest

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
testImageInputArrayParameter ( ) Tests imageInput with array as a parameter
testImageInputArrayParameterWithId ( ) Tests imageInput with array as a parameters and id in it
testImageInputArrayParameterWithNameNoId ( ) Tests imageInput with name and no id in parameter
testImageInputStringParameter ( ) Tests imageInput with string as a parameter
testImageInputWithDisplayTo ( ) Tests imageInput with displayTo
testImageInputWithDisplayToElementNotPresent ( ) Tests imageInput with displayTo and element not present
testImageInputWithSetDefault ( ) Tests imageInput with setDefault
testImageInputWithSetDefaultElementNotPresent ( ) Tests imageInput with setDefault and element not present

Method Details

testImageInputArrayParameter() public method

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

testImageInputArrayParameterWithId() public method

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

testImageInputArrayParameterWithNameNoId() public method

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

testImageInputStringParameter() public method

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

testImageInputWithDisplayTo() public method

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

testImageInputWithDisplayToElementNotPresent() public method

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

testImageInputWithSetDefault() public method

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

testImageInputWithSetDefaultElementNotPresent() public method

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