From 11ce5aac4a6282cc7eba5fec310f9510720eb843 Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh Date: Wed, 25 May 2022 21:13:39 +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 9f5e42b84e..17d05c9731 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" + stopOnFailure="false" >