Commit c6d36d4d authored by Ditty's avatar Ditty

Remove unused call

parent 87dfecf8
...@@ -33,8 +33,6 @@ class ConnectionTest extends TestCase ...@@ -33,8 +33,6 @@ class ConnectionTest extends TestCase
{ {
$connection = DB::connection('mongodb'); $connection = DB::connection('mongodb');
$this->assertInstanceOf(Database::class, $connection->getMongoDB()); $this->assertInstanceOf(Database::class, $connection->getMongoDB());
$connection = DB::connection('mongodb');
$this->assertInstanceOf(Client::class, $connection->getMongoClient()); $this->assertInstanceOf(Client::class, $connection->getMongoClient());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment