From d7722204148b366d197db6bb6cbbf117ff248d1b Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 5 Mar 2026 10:28:42 +0200 Subject: [PATCH] stopOnError --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index e2876bb486..030d89af8d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,6 +6,7 @@ colors="true" processIsolation="false" stopOnFailure="false" + stopOnError="false" cacheDirectory=".phpunit.cache" >