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