From 2cb1e96644fddb8ce05cd1a445c33759106b41bc Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 8 Jan 2024 17:56:01 +0100 Subject: [PATCH] revert: phpunit stop on failure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 99ccaf1755..975b54962a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >