From 6f6b39ae20c4cecbb3efb5a1e98eef2a3dc47d65 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 12 Feb 2024 18:09:48 +0200 Subject: [PATCH] stopOnFailure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index e772866051..90ebd4225f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >