Skip to content

Commit

Permalink
make tests forward compatible with DI 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 24, 2019
1 parent 1ee775c commit 87d81d4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1613,6 +1613,7 @@ protected function createContainerFromClosure($closure, $data = [])

$container->getCompilerPassConfig()->setOptimizationPasses([]);
$container->getCompilerPassConfig()->setRemovingPasses([]);
$container->getCompilerPassConfig()->setAfterRemovingPasses([]);
$container->compile();

return $container;
Expand Down

0 comments on commit 87d81d4

Please sign in to comment.