Skip to content

Commit

Permalink
remove doctrine annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Feb 27, 2023
1 parent ed776b6 commit ada5cbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Fixtures/app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

declare(strict_types=1);

use Doctrine\Common\Annotations\AnnotationRegistry;

date_default_timezone_set('UTC');

// PHPUnit's autoloader
Expand All @@ -28,6 +26,4 @@
$loader = require __DIR__.'/../../../vendor/autoload.php';
require __DIR__.'/AppKernel.php';

AnnotationRegistry::registerLoader('class_exists');

return $loader;

0 comments on commit ada5cbb

Please sign in to comment.