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"