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

@@ -17,6 +17,11 @@ namespace Combodo\iTop\Test\UnitTest\Core\Log;
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
use MetaModel;
/**
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
*/
class LogAPITest extends ItopDataTestCase
{
private $mockFileLog;