Skip to content

Commit

Permalink
Tests: added hotfix for dg/dibi#452
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Apr 8, 2024
1 parent d169bcd commit 798d336
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 @@ -15,6 +15,10 @@
Tester\Environment::setup();
date_default_timezone_set('Europe/Prague');

if (PHP_VERSION_ID >= 80300) { // hotfix for https://github.com/dg/dibi/issues/452
error_reporting(~E_DEPRECATED);
}


function test(string $title, Closure $function): void
{
Expand Down

0 comments on commit 798d336

Please sign in to comment.