From fc22cce037bc5eb7d682cc687e57553fb3d7ce85 Mon Sep 17 00:00:00 2001 From: "lenaick.moreira" Date: Mon, 16 Feb 2026 16:56:05 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08854=20-=20Replace=20trigger=5Ferror()?= =?UTF-8?q?=20usage=20with=20E=5FUSER=5FERROR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/legacy-tests/testlist.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/legacy-tests/testlist.inc.php b/tests/php-unit-tests/legacy-tests/testlist.inc.php index 63fe60678..041eea70f 100644 --- a/tests/php-unit-tests/legacy-tests/testlist.inc.php +++ b/tests/php-unit-tests/legacy-tests/testlist.inc.php @@ -230,7 +230,7 @@ class TestMyBizModel extends TestBizModel public function test_error() { - trigger_error("Stop requested", E_USER_ERROR); + trigger_error("Stop requested", E_USER_WARNING); } public function test_changetracking()