💚 N°4624 Fix other tests after global processIsolation was disabled in 6bf25f90

This commit is contained in:
Pierre Goiffon
2022-01-07 12:44:08 +01:00
parent fc1f701bf6
commit 47db23d91c
2 changed files with 3 additions and 2 deletions

View File

@@ -13,8 +13,6 @@ use MetaModel;
/**
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
*
* @group itopRequestMgmt
* Class TransactionsTest

View File

@@ -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;