PHP Class AsseticBundleTest\Configuration

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: widmogrod/zf2-assetic-module

Protected Properties

Свойство Type Description
$object AsseticBundle\Configuration
$testConfig array Test configuration.

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode 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 méthode

public getBasePath ( )

getBaseUrl() public méthode

public getBaseUrl ( )

setUp() protected méthode

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

tearDown() protected méthode

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

testAddRendererToStrategy() public méthode

testEmptyRouteMatchWillNotTriggerDefault() public méthode

testGetCacheEnabled() public méthode

public testGetCacheEnabled ( )

testGetCachePath() public méthode

public testGetCachePath ( )

testGetController() public méthode

public testGetController ( )

testGetControllers() public méthode

public testGetControllers ( )

testGetDefault() public méthode

public testGetDefault ( )

testGetModule() public méthode

public testGetModule ( )

testGetModules() public méthode

public testGetModules ( )

testGetRouter() public méthode

public testGetRouter ( )

testGetRoutes() public méthode

public testGetRoutes ( )

testGetStrategyNameForRenderer() public méthode

testGetWebPathFailure() public méthode

testIsCombine() public méthode

public testIsCombine ( )

testIsDebug() public méthode

public testIsDebug ( )

testMergeMultipleRouteMatches() public méthode

testSetBasePath() public méthode

public testSetBasePath ( )

testSetBaseUrl() public méthode

public testSetBaseUrl ( )

testSetCacheEnabled() public méthode

public testSetCacheEnabled ( )

testSetCachePath() public méthode

public testSetCachePath ( )

testSetCombine() public méthode

public testSetCombine ( )

testSetDebug() public méthode

public testSetDebug ( )

testSetDefault() public méthode

public testSetDefault ( )

testSetRendererToStrategy() public méthode

testSetRouters() public méthode

public testSetRouters ( )

testSetWebPath() public méthode

public testSetWebPath ( )

Property Details

$object protected_oe property

protected Configuration,AsseticBundle $object
Résultat AsseticBundle\Configuration

$testConfig protected_oe property

Test configuration.
protected array $testConfig
Résultat array