Skip to content

Commit 13822f1

Browse files
committed
Fix syntax error
1 parent ebef6e8 commit 13822f1

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
@@ -1012,7 +1012,7 @@ public function testMongo()
10121012

10131013
public function testMongoDB()
10141014
{
1015-
if (!class_exists('MongoDB\Client') {
1015+
if (!class_exists('MongoDB\Client')) {
10161016
$this->markTestSkipped('mongodb/mongodb is not installed.');
10171017
}
10181018

0 commit comments

Comments
 (0)