Skip to content

Commit

Permalink
wip php 8.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 5, 2024
1 parent 33ecc3b commit 9f82d9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9f82d9d

Please sign in to comment.