Skip to content

Commit 59b189f

Browse files
committed
Tests: disabled E_DEPRECATED
1 parent 3054eb0 commit 59b189f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
require __DIR__ . '/../vendor/autoload.php';
66

77
Tester\Environment::setup();
8+
error_reporting(~E_DEPRECATED);
89

910

1011
function test(string $description, callable $cb): void

0 commit comments

Comments
 (0)