Skip to content

Commit

Permalink
Merge branch 'b-7.2.x' into b-7.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Dec 11, 2024
2 parents f2bf736 + cefd8c4 commit 5a2023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContainerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private function compileContainer(): void
private function attachContainerToContainerFactory(): void
{
if (!$this->container->isCompiled()) {
$this->container->compile();
$this->compileContainer();
}
$reflectionClass = new ReflectionClass(ContainerFactory::getInstance());
$reflectionProperty = $reflectionClass->getProperty('symfonyContainer');
Expand Down

0 comments on commit 5a2023e

Please sign in to comment.