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 2a3ce50 commit ebef6e8Copy full SHA for ebef6e8
tests/DependencyInjection/MonologExtensionTest.php
@@ -936,7 +936,7 @@ public function testElasticsearchAndElasticaHandlers()
936
/** @group legacy */
937
public function testMongo()
938
{
939
- if (!class_exists('MongoDB\Client') {
+ if (!class_exists('MongoDB\Client')) {
940
$this->markTestSkipped('mongodb/mongodb is not installed.');
941
}
942
0 commit comments