getCheckDatabase()->drop(); } /** * @return \MongoDB\Database */ protected function getCheckDatabase() { $client = new Client('mongodb://localhost', ['connect' => true]); return $client->selectDatabase('mongo-php-adapter'); } }