From 50510d9f8733352d90960b97ca5dafbef50dacdf Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 24 Jan 2024 15:33:18 +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 e772866051..90ebd4225f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >