Skip to content

Commit 5a5f785

Browse files
committed
fix tests
1 parent 6265f42 commit 5a5f785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ protected function getContainerBuilder()
194194
$buildContainer = \Closure::bind(function () { return $this->buildContainer(); }, $kernel, \get_class($kernel));
195195
$container = $buildContainer();
196196
$container->getCompilerPassConfig()->setRemovingPasses([]);
197+
$container->getCompilerPassConfig()->setAfterRemovingPasses([]);
197198
$container->compile();
198199
} else {
199200
(new XmlFileLoader($container = new ContainerBuilder(), new FileLocator()))->load($kernel->getContainer()->getParameter('debug.container.dump'));

0 commit comments

Comments
 (0)