Skip to content

Commit

Permalink
Remove deprecated method MongoClient::dropDB()
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Apr 30, 2014
1 parent e9354e1 commit bfc35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Handler/MongoHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function createQueue()

public function reset()
{
$this->client->dropDB($this->getOption('db_name'));
$this->client->selectDB($this->getOption('db_name'))->drop();
}

public function clear()
Expand Down

0 comments on commit bfc35cc

Please sign in to comment.