PHP Class Phalcon\Test\Unit\Tag\TagJavascriptIncludeTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode Description
testJavascriptIncludeLocal ( ) Tests iavascriptInclude with string as a parameter
testJavascriptIncludeRemote ( ) Tests javascriptInclude for a remote link
testJavascriptIncludeWithArrayLocal ( ) Tests iavascriptInclude with string as a parameter
testJavascriptIncludeWithArrayRemote ( ) Tests javascriptInclude with array parameter for a remote link
testJavascriptIncludeWithStringAsSecondParameterLocal ( ) Tests javascriptInclude with a string as the second parameter - local link

Method Details

testJavascriptIncludeLocal() public méthode

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

testJavascriptIncludeRemote() public méthode

Tests javascriptInclude for a remote link
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testJavascriptIncludeWithArrayLocal() public méthode

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

testJavascriptIncludeWithArrayRemote() public méthode

Tests javascriptInclude with array parameter for a remote link
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testJavascriptIncludeWithStringAsSecondParameterLocal() public méthode

Tests javascriptInclude with a string as the second parameter - local link
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])