PHP Class AsseticBundleTest\Configuration

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: widmogrod/zf2-assetic-module

Protected Properties

Property Type Description
$object AsseticBundle\Configuration
$testConfig array Test configuration.

Public Methods

Method Description
getBasePath ( )
getBaseUrl ( )
testAddRendererToStrategy ( )
testEmptyRouteMatchWillNotTriggerDefault ( )
testGetCacheEnabled ( )
testGetCachePath ( )
testGetController ( )
testGetControllers ( )
testGetDefault ( )
testGetModule ( )
testGetModules ( )
testGetRouter ( )
testGetRoutes ( )
testGetStrategyNameForRenderer ( )
testGetWebPathFailure ( )
testIsCombine ( )
testIsDebug ( )
testMergeMultipleRouteMatches ( )
testSetBasePath ( )
testSetBaseUrl ( )
testSetCacheEnabled ( )
testSetCachePath ( )
testSetCombine ( )
testSetDebug ( )
testSetDefault ( )
testSetRendererToStrategy ( )
testSetRouters ( )
testSetWebPath ( )

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

getBasePath() public method

public getBasePath ( )

getBaseUrl() public method

public getBaseUrl ( )

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 ( )

testAddRendererToStrategy() public method

testEmptyRouteMatchWillNotTriggerDefault() public method

testGetCacheEnabled() public method

public testGetCacheEnabled ( )

testGetCachePath() public method

public testGetCachePath ( )

testGetController() public method

public testGetController ( )

testGetControllers() public method

public testGetControllers ( )

testGetDefault() public method

public testGetDefault ( )

testGetModule() public method

public testGetModule ( )

testGetModules() public method

public testGetModules ( )

testGetRouter() public method

public testGetRouter ( )

testGetRoutes() public method

public testGetRoutes ( )

testGetStrategyNameForRenderer() public method

testGetWebPathFailure() public method

testIsCombine() public method

public testIsCombine ( )

testIsDebug() public method

public testIsDebug ( )

testMergeMultipleRouteMatches() public method

testSetBasePath() public method

public testSetBasePath ( )

testSetBaseUrl() public method

public testSetBaseUrl ( )

testSetCacheEnabled() public method

public testSetCacheEnabled ( )

testSetCachePath() public method

public testSetCachePath ( )

testSetCombine() public method

public testSetCombine ( )

testSetDebug() public method

public testSetDebug ( )

testSetDefault() public method

public testSetDefault ( )

testSetRendererToStrategy() public method

testSetRouters() public method

public testSetRouters ( )

testSetWebPath() public method

public testSetWebPath ( )

Property Details

$object protected property

protected Configuration,AsseticBundle $object
return AsseticBundle\Configuration

$testConfig protected property

Test configuration.
protected array $testConfig
return array