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 7cb6fb1 commit fddf99cCopy full SHA for fddf99c
tests/Unit/DependencyInjection/ConfigurationTest.php
@@ -98,6 +98,11 @@ class ConfigurationTest extends AbstractExtensionConfigurationTestCase
98
'enabled' => false,
99
'only_server_exception' => false,
100
],
101
+ 'throttle' => [
102
+ 'enabled' => false,
103
+ 'tokens' => 1,
104
+ 'max_time' => null,
105
+ ],
106
107
'discovery' => [
108
'client' => 'auto',
@@ -308,6 +313,12 @@ public function testSupportsAllConfigFormats(): void
308
313
309
314
310
315
316
317
318
+ 'name' => 'limit',
319
320
321
311
322
312
323
324
0 commit comments