Skip to content

Commit ada5cbb

Browse files
committed
remove doctrine annotations
1 parent ed776b6 commit ada5cbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Fixtures/app/bootstrap.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
declare(strict_types=1);
1313

14-
use Doctrine\Common\Annotations\AnnotationRegistry;
15-
1614
date_default_timezone_set('UTC');
1715

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

31-
AnnotationRegistry::registerLoader('class_exists');
32-
3329
return $loader;

0 commit comments

Comments
 (0)