PHP Класс AsseticBundleTest\Configuration

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$object AsseticBundle\Configuration
$testConfig array Test configuration.

Открытые методы

Метод Описание
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 ( )

Защищенные методы

Метод Описание
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Описание методов

getBasePath() публичный метод

public getBasePath ( )

getBaseUrl() публичный метод

public getBaseUrl ( )

setUp() защищенный метод

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

tearDown() защищенный метод

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

testAddRendererToStrategy() публичный метод

testEmptyRouteMatchWillNotTriggerDefault() публичный метод

testGetCacheEnabled() публичный метод

public testGetCacheEnabled ( )

testGetCachePath() публичный метод

public testGetCachePath ( )

testGetController() публичный метод

public testGetController ( )

testGetControllers() публичный метод

public testGetControllers ( )

testGetDefault() публичный метод

public testGetDefault ( )

testGetModule() публичный метод

public testGetModule ( )

testGetModules() публичный метод

public testGetModules ( )

testGetRouter() публичный метод

public testGetRouter ( )

testGetRoutes() публичный метод

public testGetRoutes ( )

testGetStrategyNameForRenderer() публичный метод

testGetWebPathFailure() публичный метод

testIsCombine() публичный метод

public testIsCombine ( )

testIsDebug() публичный метод

public testIsDebug ( )

testMergeMultipleRouteMatches() публичный метод

testSetBasePath() публичный метод

public testSetBasePath ( )

testSetBaseUrl() публичный метод

public testSetBaseUrl ( )

testSetCacheEnabled() публичный метод

public testSetCacheEnabled ( )

testSetCachePath() публичный метод

public testSetCachePath ( )

testSetCombine() публичный метод

public testSetCombine ( )

testSetDebug() публичный метод

public testSetDebug ( )

testSetDefault() публичный метод

public testSetDefault ( )

testSetRendererToStrategy() публичный метод

testSetRouters() публичный метод

public testSetRouters ( )

testSetWebPath() публичный метод

public testSetWebPath ( )

Описание свойств

$object защищенное свойство

protected Configuration,AsseticBundle $object
Результат AsseticBundle\Configuration

$testConfig защищенное свойство

Test configuration.
protected array $testConfig
Результат array