Skip to content

Commit 1ce277e

Browse files
authored
Merge pull request #471 from stof/fix_tests
Fix the tests when doctrine/annotations is not installed
2 parents 9ff44ce + 6421eb9 commit 1ce277e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/DependencyInjection/StofDoctrineExtensionsExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ public function testEventConsistency(string $listener): void
117117
{
118118
$extension = new StofDoctrineExtensionsExtension();
119119
$container = new ContainerBuilder();
120-
$container->register('annotation_reader', AnnotationReader::class);
121120

122121
$config = array('orm' => array(
123122
'default' => array($listener => true),

0 commit comments

Comments
 (0)