From 8fe259c1af23dd8205f25319058d3730d330dae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Tue, 3 Dec 2024 02:23:56 +0100 Subject: [PATCH] ff2 --- tests/mutex/MutexConcurrencyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mutex/MutexConcurrencyTest.php b/tests/mutex/MutexConcurrencyTest.php index 5204a3c6..9734a7ac 100644 --- a/tests/mutex/MutexConcurrencyTest.php +++ b/tests/mutex/MutexConcurrencyTest.php @@ -128,7 +128,7 @@ function (int $increment) use ($filename): int { }, $mutexFactory[0], ]; - }, $this->provideMutexFactories()); + }, $this->provideExecutionIsSerializedWhenLockedCases()); $addPDO = function ($dsn, $user, $password, $vendor) use (&$cases) { $pdo = $this->getPDO($dsn, $user, $password);