Explain why process isolation is a must

This commit is contained in:
Romain Quetiez
2023-10-25 22:18:05 +02:00
parent 722a58491c
commit cf774cdb90
3 changed files with 4 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ define('UNIT_MAX_CACHE_FILES', 10);
/**
* @runTestsInSeparateProcesses
* @runTestsInSeparateProcesses Required (at least) to mock the MetaModel and utils class
*/
class apcEmulationTest extends ItopTestCase
{