Skip to content

Commit ebef6e8

Browse files
jmikolaGromNaN
andauthored
Update tests/DependencyInjection/MonologExtensionTest.php
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
1 parent 2a3ce50 commit ebef6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/MonologExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ public function testElasticsearchAndElasticaHandlers()
936936
/** @group legacy */
937937
public function testMongo()
938938
{
939-
if (!class_exists('MongoDB\Client') {
939+
if (!class_exists('MongoDB\Client')) {
940940
$this->markTestSkipped('mongodb/mongodb is not installed.');
941941
}
942942

0 commit comments

Comments
 (0)