We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dfecf commit c6d36d4Copy full SHA for c6d36d4
tests/ConnectionTest.php
@@ -33,8 +33,6 @@ public function testDb()
33
{
34
$connection = DB::connection('mongodb');
35
$this->assertInstanceOf(Database::class, $connection->getMongoDB());
36
-
37
- $connection = DB::connection('mongodb');
38
$this->assertInstanceOf(Client::class, $connection->getMongoClient());
39
}
40
0 commit comments