Skip to content

Commit ec3d242

Browse files
authored
Fork context (#214)
* Skip another test * cs-fix
1 parent e7333d0 commit ec3d242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/Context/ForkContextTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ public function testThrowingProcessOnSend(): void
2828
// tmp
2929
$this->expectNotToPerformAssertions();
3030
}
31+
32+
public function testImmediateJoin(): void
33+
{
34+
// tmp
35+
$this->expectNotToPerformAssertions();
36+
}
3137
}

0 commit comments

Comments
 (0)