diff --git a/test/ItopDataTestCase.php b/test/ItopDataTestCase.php index 70b0a06f4..3b505bf7f 100644 --- a/test/ItopDataTestCase.php +++ b/test/ItopDataTestCase.php @@ -54,9 +54,16 @@ define('TAG_CLASS', 'FAQ'); define('TAG_ATTCODE', 'domains'); /** + * Helper class to extend for tests needing access to iTop's metamodel + * + * **⚠ Warning** Each class extending this one needs to add the following annotations : + * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @backupGlobals disabled + * + * @since 2.7.7 3.0.1 3.1.0 N°4624 processIsolation is disabled by default and must be enabled in each test needing it (basically all tests using + * iTop datamodel) */ class ItopDataTestCase extends ItopTestCase {