From c4b11afd08f91572525b2c6900c7be90c6366e61 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 Mar 2023 18:59:26 +1300 Subject: [PATCH] Disable stop on failure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index a448fcc8c7..5b4bcdb99c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >