aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-18 14:55:30 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-18 14:55:41 +0200
commit4fb559eedcf91b6a3ed08891f4085394eeb57209 (patch)
tree316eeb84ad3a30b4bc10cb481bc5bd83ed298034 /tests
parent1156c025e004e2b4ed90faad1112093ee2473f45 (diff)
re #3805
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/_bootstrap.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unit/_bootstrap.php b/tests/unit/_bootstrap.php
index 87dedca..b15eeb0 100644
--- a/tests/unit/_bootstrap.php
+++ b/tests/unit/_bootstrap.php
@@ -21,10 +21,7 @@
// SOFTWARE.
// set error reporting
-error_reporting(E_ALL & ~E_NOTICE);
-if (version_compare(phpversion(), '5.4', '>=')) {
- error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
-}
+error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
// set include path
$inc_path = ini_get('include_path');