Skip to content

Commit

Permalink
DevKit updates (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Oct 18, 2021
1 parent d54c4f9 commit 835c70d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bootstrap.php
Expand Up @@ -11,6 +11,8 @@
* file that was distributed with this source code.
*/

use Doctrine\Deprecations\Deprecation;

/*
* DO NOT EDIT THIS FILE!
*
Expand All @@ -24,6 +26,10 @@

require_once __DIR__.'/../vendor/autoload.php';

if (class_exists(Deprecation::class)) {
Deprecation::enableWithTriggerError();
}

if (file_exists($file = __DIR__.'/custom_bootstrap.php')) {
require_once $file;
}

0 comments on commit 835c70d

Please sign in to comment.