From 0353eb133ca8a4fd0f4f2f84e7d9836ccb5695e7 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 9 Apr 2026 08:15:02 +0300 Subject: [PATCH] stopOnFailure --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 01d5221127..9748c5a5c8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,8 +5,8 @@ bootstrap="app/init.php" colors="true" processIsolation="false" - stopOnFailure="true" - stopOnError="true" + stopOnFailure="false" + stopOnError="false" cacheDirectory=".phpunit.cache" >