PHP Class DotsUnited\BundleFu\Tests\BundleTest

Author: Jan Sorgalla ([email protected])
Inheritance: extends TestCase
Afficher le fichier Open project: dotsunited/bundlefu

Méthodes publiques

Méthode Description
testAddCssFileShouldAcceptAbsolutePath ( ) ***********************************************************************
testAddJsFileShouldAcceptAbsolutePath ( )
testBundleCssOnlyShouldOutputCssIncludeStatement ( )
testBundleJsFilesShouldIncludeJsContent ( )
testBundleJsFilesWithAssetServerUrl ( )
testBundleJsOnlyShouldOutputJsIncludeStatement ( )
testBundleShouldGenerateNonXhtmlByDefault ( )
testBundleShouldGenerateXhtmlIfSetRenderAsXhtmlIsCalledWithTrue ( )
testBundleShouldUseCssFilters ( )
testBundleShouldUseJsFilters ( )
testBypassShouldRenderNormalOutput ( )
testCastingInstanceToStringShouldCallRender ( )
testCastingToStringShouldNotThrowException ( )
testContentChangesShouldRefreshCache ( )
testContentRemainsSameShouldntRefreshCache ( )
testCustomNameShouldBeUsed ( )
testEndWithoutPriorBundleCallShouldThrowException ( )
testExtractFilesShouldAcceptAbsolutePaths ( )
testForceShouldAlwaysBundle ( )
testGetCssBundleUrlWithAbsoluteCssCachePathAndNoCssCacheUrlSetShouldThrowException ( )
testGetJsBundleUrlWithAbsoluteJsCachePathAndNoJsCacheUrlSetShouldThrowException ( )
testNonexistingFileShouldOutputFileReadErrorStatement ( )
testPlaceholderInCustomNameShouldBeReplaced ( )
testResetResetsFileLists ( )
testSetCssCacheUrlShouldBeUsedInOutput ( )
testSetCssTemlateAsCallableShouldBeUsedInOutput ( )
testSetCssTemlateShouldBeUsedInOutput ( )
testSetJsCacheUrlShouldBeUsedInOutput ( )
testSetJsTemlateAsCallableShouldBeUsedInOutput ( )
testSetJsTemlateShouldBeUsedInOutput ( )
testSetOptions ( )

Method Details

testAddCssFileShouldAcceptAbsolutePath() public méthode

***********************************************************************

testAddJsFileShouldAcceptAbsolutePath() public méthode

testBundleCssOnlyShouldOutputCssIncludeStatement() public méthode

testBundleJsFilesShouldIncludeJsContent() public méthode

testBundleJsFilesWithAssetServerUrl() public méthode

testBundleJsOnlyShouldOutputJsIncludeStatement() public méthode

testBundleShouldGenerateNonXhtmlByDefault() public méthode

testBundleShouldGenerateXhtmlIfSetRenderAsXhtmlIsCalledWithTrue() public méthode

testBundleShouldUseCssFilters() public méthode

testBundleShouldUseJsFilters() public méthode

testBypassShouldRenderNormalOutput() public méthode

testCastingInstanceToStringShouldCallRender() public méthode

testCastingToStringShouldNotThrowException() public méthode

testContentChangesShouldRefreshCache() public méthode

testContentRemainsSameShouldntRefreshCache() public méthode

testCustomNameShouldBeUsed() public méthode

testEndWithoutPriorBundleCallShouldThrowException() public méthode

testExtractFilesShouldAcceptAbsolutePaths() public méthode

testForceShouldAlwaysBundle() public méthode

testGetCssBundleUrlWithAbsoluteCssCachePathAndNoCssCacheUrlSetShouldThrowException() public méthode

testGetJsBundleUrlWithAbsoluteJsCachePathAndNoJsCacheUrlSetShouldThrowException() public méthode

testNonexistingFileShouldOutputFileReadErrorStatement() public méthode

testPlaceholderInCustomNameShouldBeReplaced() public méthode

testResetResetsFileLists() public méthode

testSetCssCacheUrlShouldBeUsedInOutput() public méthode

testSetCssTemlateAsCallableShouldBeUsedInOutput() public méthode

testSetCssTemlateShouldBeUsedInOutput() public méthode

testSetJsCacheUrlShouldBeUsedInOutput() public méthode

testSetJsTemlateAsCallableShouldBeUsedInOutput() public méthode

testSetJsTemlateShouldBeUsedInOutput() public méthode

testSetOptions() public méthode

public testSetOptions ( )