From cf28dffab8ea40ef6c7bb26d90a854c43b5c8711 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 16 Sep 2024 20:09:56 +1000 Subject: [PATCH] Process Isolation --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 8377a6c58963..6347fa92a7d0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,6 +3,7 @@ backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" + processIsolation="true" stopOnError="true" stopOnFailure="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"