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

createQueue() public method

public createQueue ( )
    public function createQueue()
    {
        return new MongoQueue($this->mongoClient, $this->getOption('db_name'), $this->getOption('coll_name'));
    }