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 5c39e57 commit 48d55c7Copy full SHA for 48d55c7
Tests/Unit/DependencyInjection/CmfRoutingExtensionTest.php
@@ -28,6 +28,7 @@ public function testLoadDefault()
28
array(
29
30
'dynamic' => array(
31
+ 'enabled' => true,
32
'persistence' => array(
33
'phpcr' => array(
34
'enabled' => true,
@@ -79,6 +80,7 @@ public function testLoadConfigured()
79
80
$config = array(
81
82
83
84
'route_provider_service_id' => 'test_route_provider_service',
85
'content_repository_service_id' => 'test_content_repository_service',
86
0 commit comments