We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cf272 commit 548cdfbCopy full SHA for 548cdfb
tests/bootstrap.php
@@ -10,6 +10,8 @@
10
11
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler;
12
13
+require_once __DIR__.'/../vendor/autoload.php';
14
+
15
if ('disabled' !== getenv('SYMFONY_DEPRECATIONS_HELPER')) {
16
DeprecationErrorHandler::register(getenv('SYMFONY_DEPRECATIONS_HELPER'));
17
}
0 commit comments