💡 N°6658 Add more comments and since tags

This commit is contained in:
Pierre Goiffon
2023-08-31 15:29:34 +02:00
parent d130959692
commit 6ebcd44bb1
3 changed files with 20 additions and 8 deletions

View File

@@ -87,6 +87,10 @@ Add annotation `@runInSeparateProcess`
Each and every test case will run in a separate
process.
Note : before N°6658 (3.0.4 / 3.1.1 / 3.2.0) we were also adding the `@backupGlobals disabled`
and `@preserveGlobalState disabled` annotations. This is no longer necessary as the first has this default value
already, and the second one is now set in iTopTestCase as a PHP class attribute.
#### At the test class level
Add annotation `@runTestsInSeparateProcesses`
Each and every test case in the class will run in a separate