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 4218805 commit c709cbfCopy full SHA for c709cbf
tests/SymfonyBundle/DependencyInjection/Compiler/ConfigureMiddlewaresTest.php
@@ -31,6 +31,7 @@ protected function setUp()
31
{
32
$this->container = new ContainerBuilder();
33
$this->mainBusDefinition = new Definition('stdClass');
34
+ $this->mainBusDefinition->setPublic(true);
35
$this->container->setDefinition($this->mainBusId, $this->mainBusDefinition);
36
$this->container->addCompilerPass(new ConfigureMiddlewares($this->mainBusId, $this->middlewareTag));
37
}
0 commit comments