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 2e66130 commit 0848c2bCopy full SHA for 0848c2b
Tests/EventListener/LoginThrottlingListenerTest.php
@@ -37,13 +37,13 @@ protected function setUp(): void
37
38
$localLimiter = new RateLimiterFactory([
39
'id' => 'login',
40
- 'strategy' => 'fixed_window',
+ 'policy' => 'fixed_window',
41
'limit' => 3,
42
'interval' => '1 minute',
43
], new InMemoryStorage());
44
$globalLimiter = new RateLimiterFactory([
45
46
47
'limit' => 6,
48
49
0 commit comments