Skip to content

Commit fddf99c

Browse files
author
Maxim Solovev
committed
fix tests
1 parent 7cb6fb1 commit fddf99c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ class ConfigurationTest extends AbstractExtensionConfigurationTestCase
9898
'enabled' => false,
9999
'only_server_exception' => false,
100100
],
101+
'throttle' => [
102+
'enabled' => false,
103+
'tokens' => 1,
104+
'max_time' => null,
105+
],
101106
],
102107
'discovery' => [
103108
'client' => 'auto',
@@ -308,6 +313,12 @@ public function testSupportsAllConfigFormats(): void
308313
'enabled' => false,
309314
'only_server_exception' => false,
310315
],
316+
'throttle' => [
317+
'enabled' => false,
318+
'name' => 'limit',
319+
'tokens' => 1,
320+
'max_time' => null,
321+
],
311322
],
312323
'discovery' => [
313324
'client' => 'auto',

0 commit comments

Comments
 (0)