Skip to content

Commit

Permalink
-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexndlm committed Nov 26, 2024
1 parent 8ccc3cb commit 281dc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DependencyInjection/DoctrineExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public function testDependencyInjectionConfigurationDefaults(): void
$this->assertEquals(
[
new Reference('doctrine.orm.default_entity_manager'),
'%kernel.cache_dir%/doctrine/orm/default_metadata.php',
'%kernel.build_dir%/doctrine/orm/default_metadata.php',
],
$definition->getArguments(),
);
Expand Down

0 comments on commit 281dc0d

Please sign in to comment.