N°8854 - Replace trigger_error() usage with E_USER_ERROR

This commit is contained in:
lenaick.moreira
2026-02-16 16:56:05 +01:00
committed by Lenaick
parent 34c8a57814
commit fc22cce037

View File

@@ -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()