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 281dc0d commit 813f3a7
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 @@ -528,7 +528,7 @@ public function testDependencyInjectionConfigurationDefaults(): void
$this->assertEquals(PhpArrayAdapter::class, $definition->getClass());

$arguments = $definition->getArguments();
$this->assertSame('%kernel.cache_dir%/doctrine/orm/default_metadata.php', $arguments[0]);
$this->assertSame('%kernel.build_dir%/doctrine/orm/default_metadata.php', $arguments[0]);
$wrappedDefinition = $arguments[1];
$this->assertSame(ArrayAdapter::class, $wrappedDefinition->getClass());

Expand Down

0 comments on commit 813f3a7

Please sign in to comment.