Skip to content

Commit fbb01a5

Browse files
committed
wip php 8.4 test
1 parent 8c73b91 commit fbb01a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/bootstrap.php

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
Tester\Environment::setupFunctions();
1717
date_default_timezone_set('Europe/Prague');
1818

19+
if (PHP_VERSION_ID >= 80400) {
20+
error_reporting(E_ALL & ~E_DEPRECATED);
21+
}
22+
1923

2024
function getTempDir(): string
2125
{

0 commit comments

Comments
 (0)