Skip to content

Commit 8209c95

Browse files
committed
N°8854 - Replace trigger_error() usage with E_USER_ERROR
1 parent 5450d16 commit 8209c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php-unit-tests/legacy-tests/testlist.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function test_updatecolumn()
230230

231231
public function test_error()
232232
{
233-
trigger_error("Stop requested", E_USER_ERROR);
233+
trigger_error("Stop requested", E_USER_WARNING);
234234
}
235235

236236
public function test_changetracking()

0 commit comments

Comments
 (0)