From 4dc4cc2c119af87003216c6b1b7f46884ea2c459 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 26 Nov 2025 17:39:31 +0200 Subject: [PATCH] Update PHPUnit configuration to disable stopOnFailure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 215ee2d59d..a8578995c1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >