PHP Class Phalcon\Test\Unit\Tag\TagJavascriptIncludeTest

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
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 method

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

testJavascriptIncludeRemote() public method

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

testJavascriptIncludeWithArrayLocal() public method

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

testJavascriptIncludeWithArrayRemote() public method

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

testJavascriptIncludeWithStringAsSecondParameterLocal() public method

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