Skip to content

Commit 0033d14

Browse files
committed
fixed tests
1 parent 89c3cea commit 0033d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Unit/DependencyInjection/ConfigurationTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function testEmptyConfiguration()
4040
'toolbar' => [
4141
'enabled' => 'auto',
4242
'formatter' => null,
43+
'captured_body_length' => 0,
4344
],
4445
'plugins' => [
4546
'authentication' => [],
@@ -114,6 +115,7 @@ public function testSupportsAllConfigFormats()
114115
'toolbar' => [
115116
'enabled' => true,
116117
'formatter' => 'my_toolbar_formatter',
118+
'captured_body_length' => 0,
117119
],
118120
'plugins' => [
119121
'authentication' => [

0 commit comments

Comments
 (0)