N°4624 Add processIsolation PHPUnit option to all tests implementing ItopDataTestCase

This commit is contained in:
Pierre Goiffon
2022-01-10 16:41:26 +01:00
parent bde5dc825d
commit 9aa399894c
21 changed files with 40 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ use MetaModel;
require_once(__DIR__.'/ExceptionLogTest/Exceptions.php');
/**
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
*/
class ExceptionLogTest extends ItopDataTestCase
{
protected function setUp()