From 9494ac73472055c4f75e712c1415e78374323212 Mon Sep 17 00:00:00 2001 From: Andras Kerekes Date: Mon, 30 Dec 2024 15:05:00 -0800 Subject: [PATCH] Update EmitterTest.php fix: remove @runInSeparateProcess from EmitterTest --- tests/EmitterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/EmitterTest.php b/tests/EmitterTest.php index e916de0c..2885fb78 100644 --- a/tests/EmitterTest.php +++ b/tests/EmitterTest.php @@ -23,7 +23,6 @@ /** * @group gcf-framework - * @runClassInSeparateProcess */ class EmitterTest extends TestCase {