diff options
Diffstat (limited to 'tests/test_tools/simpletest')
-rw-r--r-- | tests/test_tools/simpletest/errors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/simpletest/errors.php b/tests/test_tools/simpletest/errors.php index e2f6eb04..729883e9 100644 --- a/tests/test_tools/simpletest/errors.php +++ b/tests/test_tools/simpletest/errors.php @@ -150,7 +150,7 @@ E_COMPILE_WARNING => 'E_COMPILE_WARNING', E_USER_ERROR => 'E_USER_ERROR', E_USER_WARNING => 'E_USER_WARNING', - E_USER_NOTICE => 'E_USER_NOTICE'); + E_USER_NOTICE => 'E_USER_NOTICE', 4096 => 'E??'); return $map[$severity]; } } |