From ee6c081641c076d2af4135f4ca8a696d38efb17e Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 29 Jan 2024 11:20:25 +0200 Subject: [PATCH] stopOnFailure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index e77286605..90ebd4225 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >