PHP Class Phalcon\Test\Unit\Assets\ManagerTest

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

Public Methods

Method Description
testAssetsExistsCollection ( ) exists tests
testAssetsManagerAddingCss ( ) Tests addCss
testAssetsManagerAddingCssWithAddResource ( ) addResource tests
testAssetsManagerAddingJs ( ) Tests addJs
testAssetsManagerOutputCssWithImplicitOutput ( ) outputCss - implicitOutput tests
testAssetsManagerOutputCssWithoutImplicitOutput ( ) outputCss - without implicitOutput tests
testAssetsManagerOutputCssWithoutImplicitOutputFromCollection ( ) collection tests
testAssetsManagerOutputJsWithImplicitOutput ( ) outputJs - implicitOutput tests
testAssetsManagerOutputJsWithoutImplicitOutput ( ) outputJs - without implicitOutput tests
testAssetsManagerOutputJsWithoutImplicitOutputFromCollectionRemote ( ) collection tests
testBasicOutput ( ) Tests basic output
testOutputWithDisabledJoin ( ) Tests output with disabled join
testOutputWithEnabledJoin ( ) Tests output with enabled join
testOutputWithJoinAndFilter ( ) Tests output with disabled join
testTargetLocal ( ) Tests setting local target

Method Details

testAssetsExistsCollection() public method

exists tests
Since: 2016-03-16
Author: Wojciech Ĺšlawski ([email protected])

testAssetsManagerAddingCss() public method

Tests addCss
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerAddingCssWithAddResource() public method

addResource tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerAddingJs() public method

Tests addJs
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputCssWithImplicitOutput() public method

outputCss - implicitOutput tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputCssWithoutImplicitOutput() public method

outputCss - without implicitOutput tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputCssWithoutImplicitOutputFromCollection() public method

collection tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputJsWithImplicitOutput() public method

outputJs - implicitOutput tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputJsWithoutImplicitOutput() public method

outputJs - without implicitOutput tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testAssetsManagerOutputJsWithoutImplicitOutputFromCollectionRemote() public method

collection tests
Since: 2014-10-13
Author: Nikolaos Dimopoulos ([email protected])

testBasicOutput() public method

Tests basic output
Since: 2016-01-24
Author: Serghei Iakovlev ([email protected])
public testBasicOutput ( )

testOutputWithDisabledJoin() public method

Tests output with disabled join
Since: 2016-01-24
Author: Serghei Iakovlev ([email protected])

testOutputWithEnabledJoin() public method

Tests output with enabled join
Since: 2016-01-24
Author: Serghei Iakovlev ([email protected])

testOutputWithJoinAndFilter() public method

Tests output with disabled join
Since: 2016-01-24
Author: Serghei Iakovlev ([email protected])

testTargetLocal() public method

Tests setting local target
Since: 2013-10-25
Author: Serghei Iakovlev ([email protected])
Author: Dreamszhu ([email protected])
public testTargetLocal ( )