PHP Class Symfony\Bundle\AsseticBundle\Tests\DependencyInjection\AsseticExtensionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/assetic-bundle

Public Methods

Method Description
assertSaneContainer ( Symfony\Component\DependencyInjection\Container $container, $message = '' )
getCacheBustingWorkerKeys ( )
getClosureJarAndExpected ( )
getDebugModes ( )
getFilterNames ( )
getUseControllerKeys ( )
testCacheBustingWorker ( $enabled )
testClosureCompilerPass ( $jar, $expected )
testCompassCanBeEnabled ( )
testDefaultConfig ( $debug )
testFilterConfigs ( $name, $config = [] )
testInvalidYuiConfig ( )
testUseController ( $bool, $includes, $omits )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
getDumpedContainer ( ) : Symfony\Component\DependencyInjection\Container

Method Details

assertSaneContainer() public static method

public static assertSaneContainer ( Symfony\Component\DependencyInjection\Container $container, $message = '' )
$container Symfony\Component\DependencyInjection\Container

getCacheBustingWorkerKeys() public method

getClosureJarAndExpected() public method

getDebugModes() public method

public getDebugModes ( )

getFilterNames() public method

public getFilterNames ( )

getUseControllerKeys() public method

setUp() protected method

protected setUp ( )

testCacheBustingWorker() public method

public testCacheBustingWorker ( $enabled )

testClosureCompilerPass() public method

public testClosureCompilerPass ( $jar, $expected )

testCompassCanBeEnabled() public method

testDefaultConfig() public method

public testDefaultConfig ( $debug )

testFilterConfigs() public method

public testFilterConfigs ( $name, $config = [] )

testInvalidYuiConfig() public method

testUseController() public method

public testUseController ( $bool, $includes, $omits )