We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0ab3b commit 9454892Copy full SHA for 9454892
tests/DeadLockTest.php
@@ -42,7 +42,7 @@
42
*/
43
final class DeadLockTest extends TestCase
44
{
45
- use testTrait;
+ use TestTrait;
46
47
private const CHILD_EXIT_CODE_DEADLOCK = 15;
48
private string $logFile = '';
0 commit comments