From 6bf25f90bcb0c52aef596a72a126725c450919bc Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 29 Dec 2021 15:31:25 +0100 Subject: [PATCH] Tests : remove global process isolation Is done in ItopDataTestCase using annotation Other tests (like the one extending ItopTestCase) won't use isolation anymore --- test/phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit.xml.dist b/test/phpunit.xml.dist index 844d229aa..6682ccfbd 100644 --- a/test/phpunit.xml.dist +++ b/test/phpunit.xml.dist @@ -29,7 +29,7 @@ forceCoversAnnotation="false" mapTestClassNameToCoveredClassName="false" printerClass="\PHPUnit\TextUI\ResultPrinter" - processIsolation="true" + processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false"