From 616bead19f90c8fc092042b66ddb950ff9b05be2 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 19 Dec 2022 13:58:16 +0200 Subject: [PATCH] stopOnFailure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 4074fe0f1c..4012c8c276 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >