8000 [FrameworkBundle] Explicitly disable lock to fix FrameworkBundle stan… · big-r81/symfony@b169ef9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b169ef9

Browse files
committed
[FrameworkBundle] Explicitly disable lock to fix FrameworkBundle standalone tests
1 parent f0e076a commit b169ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0