PHP Class Phalcon\Test\Unit\Tag\TagLinkToTest

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
testLinkToArrayParameter ( ) Tests linkTo with array as a parameter
testLinkToNamedArrayParameter ( ) Tests linkTo with named array as a parameter
testLinkToWithComplexLocalUrl ( ) Tests linkTo with complex local URL
testLinkToWithComplexRemoteUrl ( ) Tests linkTo with complex remote URL
testLinkToWithEmptyStringAsURLAndStringAsName ( ) Tests linkTo with empty string as URL and string as name parameter
testLinkToWithQueryParam ( ) Tests linkTo with string as URL and name
testLinkToWithStringAsURLAndName ( ) Tests linkTo with string as URL and name

Method Details

testLinkToArrayParameter() public method

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

testLinkToNamedArrayParameter() public method

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

testLinkToWithComplexLocalUrl() public method

Tests linkTo with complex local URL
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
Author: Dreamszhu ([email protected])

testLinkToWithComplexRemoteUrl() public method

Tests linkTo with complex remote URL
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
Author: Dreamszhu ([email protected])

testLinkToWithEmptyStringAsURLAndStringAsName() public method

Tests linkTo with empty string as URL and string as name parameter
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testLinkToWithQueryParam() public method

Tests linkTo with string as URL and name
Since: 2014-03-10
Author: Serghei Iakovlev ([email protected])
Author: Dreamszhu ([email protected])

testLinkToWithStringAsURLAndName() public method

Tests linkTo with string as URL and name
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])