mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user