We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3054eb0 commit 59b189fCopy full SHA for 59b189f
tests/bootstrap.php
@@ -5,6 +5,7 @@
5
require __DIR__ . '/../vendor/autoload.php';
6
7
Tester\Environment::setup();
8
+error_reporting(~E_DEPRECATED);
9
10
11
function test(string $description, callable $cb): void
0 commit comments