From d34af2764daf9a8dbf06a7a76d92059e356c2ccd Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 2 Mar 2023 09:04:36 +0200 Subject: [PATCH] stopOnFailure="false" --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index a448fcc8c7..5b4bcdb99c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >