There was an error while loading. Please reload this page.
2 parents 0b4b595 + d16bfa3 commit 1221270Copy full SHA for 1221270
1 file changed
tests/tests/lib/ezdb/mongodb/expMongoDBIntegrationTest.php
@@ -87,6 +87,7 @@ private static function bootstrapMongo(): void
87
}
88
catch ( Exception $e )
89
{
90
+ self::$mongoClient = null;
91
self::$mongoSkipReason = 'Cannot connect to MongoDB: ' . $e->getMessage();
92
93
0 commit comments