From 3a4c4cd33d081068474c75b85ced6154bc44accb Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 10 Jan 2022 16:50:02 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04624=20Fix=20SessionTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/application/Session/SessionTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/application/Session/SessionTest.php b/test/application/Session/SessionTest.php index 4a1cfe870..0dd99165c 100644 --- a/test/application/Session/SessionTest.php +++ b/test/application/Session/SessionTest.php @@ -3,6 +3,11 @@ use Combodo\iTop\Application\Helper\Session; use Combodo\iTop\Test\UnitTest\ItopTestCase; +/** + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + * @backupGlobals disabled + */ class SessionTest extends ItopTestCase { /**