From f8d56bb111641f01a39ab7b1f338acb1583b3f52 Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh Date: Wed, 25 May 2022 21:13:55 +0000 Subject: [PATCH] update test : set stopOnFailure to false --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 17d05c9731..9f5e42b84e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" + stopOnFailure="false" >