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