From 0e334e64f9f34c483bada0a34ade58053f6c6c21 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 19 Aug 2025 03:24:08 +1200 Subject: [PATCH] Revert stop on failure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 598b730908..4c4e55ea4e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >