Skip to content

Commit 548cdfb

Browse files
committed
added autoload
1 parent f5cf272 commit 548cdfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bootstrap.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler;
1212

13+
require_once __DIR__.'/../vendor/autoload.php';
14+
1315
if ('disabled' !== getenv('SYMFONY_DEPRECATIONS_HELPER')) {
1416
DeprecationErrorHandler::register(getenv('SYMFONY_DEPRECATIONS_HELPER'));
1517
}

0 commit comments

Comments
 (0)