Skip to content

Commit 0870e64

Browse files
committed
fix tests
1 parent eb68f21 commit 0870e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/DependencyInjection/CmfRoutingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testLoadDefault()
4444

4545
$this->assertContainerBuilderHasParameter('cmf_routing.replace_symfony_router', true);
4646

47-
$this->assertContainerBuilderHasService('cmf_routing.router', '%cmf_routing.chain_router.class%');
47+
$this->assertContainerBuilderHasService('cmf_routing.router', 'Symfony\Cmf\Component\Routing\ChainRouter');
4848
$this->assertContainerBuilderHasServiceDefinitionWithMethodCall('cmf_routing.router', 'add', array(
4949
new Reference('router.default'),
5050
100,

0 commit comments

Comments
 (0)