We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb68f21 commit 0870e64Copy full SHA for 0870e64
Tests/Unit/DependencyInjection/CmfRoutingExtensionTest.php
@@ -44,7 +44,7 @@ public function testLoadDefault()
44
45
$this->assertContainerBuilderHasParameter('cmf_routing.replace_symfony_router', true);
46
47
- $this->assertContainerBuilderHasService('cmf_routing.router', '%cmf_routing.chain_router.class%');
+ $this->assertContainerBuilderHasService('cmf_routing.router', 'Symfony\Cmf\Component\Routing\ChainRouter');
48
$this->assertContainerBuilderHasServiceDefinitionWithMethodCall('cmf_routing.router', 'add', array(
49
new Reference('router.default'),
50
100,
0 commit comments