Skip to content

Commit

Permalink
ff2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent b4efe2a commit 8fe259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mutex/MutexConcurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8fe259c

Please sign in to comment.