From 0c2a21b2479b35c60132d48b2f77acbad870d7fd Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 14 Aug 2024 17:16:15 +0200 Subject: [PATCH] wip php 8.4 test --- tests/bootstrap.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 3b2ea5432..7ce311b8d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -16,6 +16,10 @@ Tester\Environment::setupFunctions(); date_default_timezone_set('Europe/Prague'); +if (PHP_VERSION_ID >= 80400) { + error_reporting(E_ALL & ~E_DEPRECATED); +} + function getTempDir(): string {