We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b58125 commit a1798c0Copy full SHA for a1798c0
1 file changed
tests/bootstrap.php
@@ -16,6 +16,10 @@
16
Tester\Environment::setupFunctions();
17
date_default_timezone_set('Europe/Prague');
18
19
+if (PHP_VERSION_ID >= 80400) {
20
+ error_reporting(E_ALL & ~E_DEPRECATED);
21
+}
22
+
23
24
function getTempDir(): string
25
{
0 commit comments