Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 4, 2024
1 parent 6e19bf6 commit b04e586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
Tester\Environment::setup();
date_default_timezone_set('Europe/Prague');


if (PHP_VERSION_ID >= 80400) {
error_reporting(E_ALL & ~E_DEPRECATED);
}
function test(string $title, Closure $function): void
{
$function();
Expand Down

0 comments on commit b04e586

Please sign in to comment.