We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da2be8 commit f1ced82Copy full SHA for f1ced82
src/Symfony/TestCase/SymfonyContainer.php
@@ -16,6 +16,6 @@ trait SymfonyContainer
16
17
public function createContainer(): ContainerInterface
18
{
19
- return static::bootKernel()->getContainer()->get(__CLASS__);
+ return static::bootKernel()->getContainer()->get(\get_called_class());
20
}
21
0 commit comments