PHP Class Symfony\Cmf\Bundle\RoutingBundle\Tests\Unit\DependencyInjection\CmfRoutingExtensionTest

Inheritance: extends Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase
Show file Open project: symfony-cmf/routing-bundle

Public Methods

Method Description
getBasePathsMergingTests ( )
getBasePathsTests ( )
testInitializerDisabled ( )
testInitializerDisabledAutomaticallyIfSonataIsDisabled ( )
testInitializerEnabled ( )
testInitializerEnabledAutomaticallyIfSonataIsEnabled ( )
testInitializerEnabledEvenWithoutSonata ( )
testLegacyRouteBasepath ( )
testLoadBasePaths ( $phpcrConfig, $routeBasepathsParameter, $adminBasePathParameter )
testLoadConfigured ( )
testLoadDefault ( )
testRouteBasepathsMerging ( $phpcrConfig1, $phpcrConfig2, $routeBasepathsParameter, $adminBasePathParameter )
testSettingCustomRouteClassForOrm ( )
testWhitespaceInPriorities ( )

Protected Methods

Method Description
getContainerExtensions ( )

Method Details

getBasePathsMergingTests() public method

getBasePathsTests() public method

public getBasePathsTests ( )

getContainerExtensions() protected method

protected getContainerExtensions ( )

testInitializerDisabled() public method

testInitializerDisabledAutomaticallyIfSonataIsDisabled() public method

testInitializerEnabled() public method

testInitializerEnabledAutomaticallyIfSonataIsEnabled() public method

testInitializerEnabledEvenWithoutSonata() public method

testLegacyRouteBasepath() public method

testLoadBasePaths() public method

public testLoadBasePaths ( $phpcrConfig, $routeBasepathsParameter, $adminBasePathParameter )

testLoadConfigured() public method

public testLoadConfigured ( )

testLoadDefault() public method

public testLoadDefault ( )

testRouteBasepathsMerging() public method

public testRouteBasepathsMerging ( $phpcrConfig1, $phpcrConfig2, $routeBasepathsParameter, $adminBasePathParameter )

testSettingCustomRouteClassForOrm() public method

testWhitespaceInPriorities() public method