We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82ca50 commit 90b0f90Copy full SHA for 90b0f90
1 file changed
Tests/app/AppKernel.php
@@ -54,4 +54,12 @@ protected function build(\Symfony\Component\DependencyInjection\ContainerBuilder
54
\Symfony\Component\DependencyInjection\Compiler\PassConfig::TYPE_BEFORE_OPTIMIZATION
55
);
56
}
57
+
58
+ protected function prepareContainer(\Symfony\Component\DependencyInjection\ContainerBuilder $container)
59
+ {
60
+ parent::prepareContainer($container);
61
+ if(self::VERSION < 30300) {
62
+ $this->build($container);
63
+ }
64
65
0 commit comments