From 47db23d91c29f9fa614212dc58a0050f3aa36eb5 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 7 Jan 2022 12:44:08 +0100 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20N=C2=B04624=20Fix=20other=20t?= =?UTF-8?q?ests=20after=20global=20processIsolation=20was=20disabled=20in?= =?UTF-8?q?=206bf25f90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/core/CMDBSource/TransactionsTest.php | 2 -- test/core/ExpressionTest.php | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/core/CMDBSource/TransactionsTest.php b/test/core/CMDBSource/TransactionsTest.php index 0f2d98866..227ebe7d7 100644 --- a/test/core/CMDBSource/TransactionsTest.php +++ b/test/core/CMDBSource/TransactionsTest.php @@ -13,8 +13,6 @@ use MetaModel; /** * @runTestsInSeparateProcesses - * @preserveGlobalState disabled - * @backupGlobals disabled * * @group itopRequestMgmt * Class TransactionsTest diff --git a/test/core/ExpressionTest.php b/test/core/ExpressionTest.php index 2ceef3944..1ba63daa5 100644 --- a/test/core/ExpressionTest.php +++ b/test/core/ExpressionTest.php @@ -5,6 +5,9 @@ namespace Combodo\iTop\Test\UnitTest\Core; use Combodo\iTop\Test\UnitTest\ItopDataTestCase; use Expression; +/** + * @runTestsInSeparateProcesses + */ class ExpressionTest extends ItopDataTestCase { const USE_TRANSACTION = false;