Skip to content

Commit

Permalink
Merge pull request #471 from stof/fix_tests
Browse files Browse the repository at this point in the history
Fix the tests when doctrine/annotations is not installed
  • Loading branch information
stof authored Feb 12, 2024
2 parents 9ff44ce + 6421eb9 commit 1ce277e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public function testEventConsistency(string $listener): void
{
$extension = new StofDoctrineExtensionsExtension();
$container = new ContainerBuilder();
$container->register('annotation_reader', AnnotationReader::class);

$config = array('orm' => array(
'default' => array($listener => true),
Expand Down

0 comments on commit 1ce277e

Please sign in to comment.