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