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 7b206d6 commit d4e21d2Copy full SHA for d4e21d2
Tests/Functional/app/AppKernel.php
@@ -98,6 +98,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
98
{
99
$loader->load($this->rootConfig);
100
$loader->load(function (ContainerBuilder $container) {
101
+ $container->setParameter('container.autowiring.strict_mode', true);
102
$container->register('logger', NullLogger::class);
103
});
104
}
0 commit comments