Skip to content

Commit

Permalink
Fix the tests when doctrine/annotations is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 12, 2024
1 parent 9ff44ce commit 6421eb9
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 6421eb9

Please sign in to comment.