diff --git a/tests/Tests/TestInit.php b/tests/Tests/TestInit.php index eb2db606747..f4dc5763311 100644 --- a/tests/Tests/TestInit.php +++ b/tests/Tests/TestInit.php @@ -15,10 +15,7 @@ use function file_exists; use function mkdir; -use const E_ALL; -use const E_STRICT; - -error_reporting(E_ALL | E_STRICT); +error_reporting(-1); date_default_timezone_set('UTC'); if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {