From 94c9d68e4fe71544f1e6b237d379208f1c159fb3 Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 21 Dec 2022 11:03:06 +0200 Subject: [PATCH] stopOnFailure revert --- 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" >