Phive\Queue\Tests\Handler\MongoHandler::reset PHP Method

reset() public method

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