Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d93331b

Browse files
committed
s/Config/config/ for service name in test
- for forwards compatiblity
1 parent 1db9ddb commit d93331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/Navigation/AbstractTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected function setUp()
126126
'extra_config' => [
127127
'service_manager' => [
128128
'factories' => [
129-
'Config' => function () use ($config) {
129+
'config' => function () use ($config) {
130130
return [
131131
'navigation' => [
132132
'default' => $config->get('nav_test1'),

0 commit comments

Comments
 (0)