markTestSkipped('ext-parallel required'); } return (new ThreadContextFactory())->start($script); } public function testExitingProcessOnReceive(): void { // exit() is not supported in threads. $this->expectNotToPerformAssertions(); } public function testExitingProcessOnSend(): void { // exit() is not supported in threads. $this->expectNotToPerformAssertions(); } public function testExitingProcess(): void { // exit() is not supported in threads. $this->expectNotToPerformAssertions(); } }