PHP Class AsseticBundleTest\Service

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: widmogrod/zf2-assetic-module

Protected Properties

Property Type Description
$configuration AsseticBundle\Configuration
$defaultOptions array
$object AsseticBundle\Service

Public Methods

Method Description
getRoutesNamesProvider ( )
testCacheBusterStrategyWorker ( )
testGetActionName ( )
testGetAssetManager ( )
testGetControllerName ( )
testGetFilterManager ( )
testGetRendererName ( )
testGetRouterName ( )
testGetStrategyForRendererFailure ( )
testGetStrategyForRendererNull ( )
testGetStrategyForRendererSuccess ( )
testHasStrategyForRenderer ( )
testInitLoadedModules ( )
testSetActionName ( )
testSetAssetManager ( )
testSetControllerName ( )
testSetFilterManager ( )
testSetRouterName ( string $routeName )
testWriteAssetIfIsUpdated ( )
testWriteAssetIfNotExists ( )
testWriteAssetIfNotUpdated ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

getRoutesNamesProvider() public method

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testCacheBusterStrategyWorker() public method

testGetActionName() public method

public testGetActionName ( )

testGetAssetManager() public method

public testGetAssetManager ( )

testGetControllerName() public method

testGetFilterManager() public method

testGetRendererName() public method

public testGetRendererName ( )

testGetRouterName() public method

public testGetRouterName ( )

testGetStrategyForRendererFailure() public method

testGetStrategyForRendererNull() public method

testGetStrategyForRendererSuccess() public method

testHasStrategyForRenderer() public method

testInitLoadedModules() public method

testSetActionName() public method

public testSetActionName ( )

testSetAssetManager() public method

public testSetAssetManager ( )

testSetControllerName() public method

testSetFilterManager() public method

testSetRouterName() public method

public testSetRouterName ( string $routeName )
$routeName string

testWriteAssetIfIsUpdated() public method

testWriteAssetIfNotExists() public method

testWriteAssetIfNotUpdated() public method

Property Details

$configuration protected_oe property

protected Configuration,AsseticBundle $configuration
return AsseticBundle\Configuration

$defaultOptions protected_oe property

protected array $defaultOptions
return array

$object protected_oe property

protected Service,AsseticBundle $object
return AsseticBundle\Service