From d380cb8c476d7fd3452e195e7b5854607201a151 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 14 Sep 2022 19:04:32 +1200 Subject: [PATCH] Revert "Stop tests on failure" This reverts commit f0626d2ee4714538e45137063702a5e1f4eb2403. --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 97bec18b42..fd59a8f236 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >