From 90c615075eb0af39ee4b689ae0dca4f879b21573 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 16 Jul 2022 11:05:25 +0530 Subject: [PATCH] feat: disable stop on failure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 58fc319ed8..cea67d60d9 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" >