We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7333d0 commit ec3d242Copy full SHA for ec3d242
1 file changed
test/Context/ForkContextTest.php
@@ -28,4 +28,10 @@ public function testThrowingProcessOnSend(): void
28
// tmp
29
$this->expectNotToPerformAssertions();
30
}
31
+
32
+ public function testImmediateJoin(): void
33
+ {
34
+ // tmp
35
+ $this->expectNotToPerformAssertions();
36
+ }
37
0 commit comments