Skip to content

Commit cca547c

Browse files
committed
test fix
1 parent 9e38656 commit cca547c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ public function testEmptyConfiguration()
4242
'formatter' => null,
4343
],
4444
'plugins' => [
45-
'authentication' => [
46-
'enabled' => false,
47-
],
45+
'authentication' => [],
4846
'cache' => [
4947
'enabled' => false,
5048
'stream_factory' => 'httplug.stream_factory',
@@ -118,9 +116,7 @@ public function testSupportsAllConfigFormats()
118116
'formatter' => null,
119117
],
120118
'plugins' => [
121-
'authentication' => [
122-
'enabled' => false,
123-
],
119+
'authentication' => [],
124120
'cache' => [
125121
'enabled' => false,
126122
'stream_factory' => 'httplug.stream_factory',

0 commit comments

Comments
 (0)