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 9e38656 commit cca547cCopy full SHA for cca547c
Tests/Unit/DependencyInjection/ConfigurationTest.php
@@ -42,9 +42,7 @@ public function testEmptyConfiguration()
42
'formatter' => null,
43
],
44
'plugins' => [
45
- 'authentication' => [
46
- 'enabled' => false,
47
- ],
+ 'authentication' => [],
48
'cache' => [
49
'enabled' => false,
50
'stream_factory' => 'httplug.stream_factory',
@@ -118,9 +116,7 @@ public function testSupportsAllConfigFormats()
118
116
119
117
120
121
122
123
124
125
126
0 commit comments