From fe501580f2e5d7c6f41f704dc359192f6ebd9d45 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 3 Mar 2025 10:20:42 +0100 Subject: [PATCH] [TASK] Drop process isolation of functional tests This is not necessary anymore. --- phpunit-functional.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit-functional.xml b/phpunit-functional.xml index 8b25c71..a029c68 100644 --- a/phpunit-functional.xml +++ b/phpunit-functional.xml @@ -5,7 +5,6 @@ backupGlobals="true" bootstrap="vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" colors="true" - processIsolation="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false"