Skip to content

Commit 5e9ddf7

Browse files
committed
Fix MongoDB test
1 parent 44acdc5 commit 5e9ddf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/DependencyInjection/MonologExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,6 @@ public function testMongoDB()
10581058

10591059
// A MongoDBFormatter will be applied to each handler by default
10601060
$formatter = new Definition('Monolog\Formatter\MongoDBFormatter');
1061-
$formatter->setPublic(false);
10621061

10631062
// MongoDB handler should receive the mongodb.client as first argument
10641063
$handler = $container->getDefinition('monolog.handler.mongodb_with_id');

0 commit comments

Comments
 (0)