Skip to content

Commit 16a4180

Browse files
committed
[FrameworkBundle] Explicitly disable lock to fix FrameworkBundle standalone tests
1 parent 0620e11 commit 16a4180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/PhpFrameworkExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function testRateLimiterWithLockFactory()
9090
try {
9191
$this->createContainerFromClosure(function (ContainerBuilder $container) {
9292
$container->loadFromExtension('framework', [
93+
'lock' => false,
9394
'rate_limiter' => [
9495
'with_lock' => ['policy' => 'fixed_window', 'limit' => 10, 'interval' => '1 hour'],
9596
],

0 commit comments

Comments
 (0)