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 44acdc5 commit 5e9ddf7Copy full SHA for 5e9ddf7
tests/DependencyInjection/MonologExtensionTest.php
@@ -1058,7 +1058,6 @@ public function testMongoDB()
1058
1059
// A MongoDBFormatter will be applied to each handler by default
1060
$formatter = new Definition('Monolog\Formatter\MongoDBFormatter');
1061
- $formatter->setPublic(false);
1062
1063
// MongoDB handler should receive the mongodb.client as first argument
1064
$handler = $container->getDefinition('monolog.handler.mongodb_with_id');
0 commit comments