PHP Class Phalcon\Test\Unit\Tag\TagImageTest

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
testImageArrayParameter ( ) Tests image with array as a parameter
testImageArrayParameterLocalLink ( ) Tests image with array parameter and local link
testImageArrayParameterRemoteLink ( ) Tests image with array parameter and remote link
testImageArrayParameterWithNameNoSrc ( ) Tests image with name and no src in parameter
testImageArrayParameterWithSrc ( ) Tests image with array as a parameters and src in it
testImageStringParameter ( ) Tests image with string as a parameter
testImageStringParameterLocalLink ( ) Tests image with string parameter and local link
testImageStringParameterRemoteLink ( ) Tests image with string parameter and remote link
testImageWithDisplayTo ( ) Tests image with displayTo
testImageWithDisplayToElementNotPresent ( ) Tests image with displayTo and element not present
testImageWithSetDefault ( ) Tests image with setDefault
testImageWithSetDefaultElementNotPresent ( ) Tests image with setDefault and element not present

Method Details

testImageArrayParameter() public method

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

testImageArrayParameterWithNameNoSrc() public method

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

testImageArrayParameterWithSrc() public method

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

testImageStringParameter() public method

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

testImageWithDisplayTo() public method

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

testImageWithDisplayToElementNotPresent() public method

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

testImageWithSetDefault() public method

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

testImageWithSetDefaultElementNotPresent() public method

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