From 05e1bb242f74ef649e72f65fc9b78108673b2736 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 1 Feb 2026 15:52:29 +0200 Subject: [PATCH] stopOnFailure false --- 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" >