Tests : remove global process isolation

Is done in ItopDataTestCase using annotation
Other tests (like the one extending ItopTestCase) won't use isolation anymore
This commit is contained in:
Pierre Goiffon
2021-12-29 15:31:25 +01:00
parent 3db20e8028
commit 6bf25f90bc

View File

@@ -29,7 +29,7 @@
forceCoversAnnotation="false" forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false" mapTestClassNameToCoveredClassName="false"
printerClass="\PHPUnit\TextUI\ResultPrinter" printerClass="\PHPUnit\TextUI\ResultPrinter"
processIsolation="true" processIsolation="false"
stopOnError="false" stopOnError="false"
stopOnFailure="false" stopOnFailure="false"
stopOnIncomplete="false" stopOnIncomplete="false"