From fae7256d82e588d0d7adb6cc177f3286efde5c23 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 23 Sep 2020 19:46:24 +0200 Subject: [PATCH] wrong annotation for preserverGlobalState .. --- tests/src/Util/EMailerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Util/EMailerTest.php b/tests/src/Util/EMailerTest.php index fa771f3ed..209195f7e 100644 --- a/tests/src/Util/EMailerTest.php +++ b/tests/src/Util/EMailerTest.php @@ -19,7 +19,7 @@ use Psr\Log\NullLogger; * Annotation necessary because of Hook calls * * @runTestsInSeparateProcesses - * @preserveGlobalState false + * @preserveGlobalState disabled */ class EMailerTest extends MockedTest {