DominionEnterprises\Mongo\QueueTest::getWithNonIntPollDuration PHP Method

getWithNonIntPollDuration() public method

    public function getWithNonIntPollDuration()
    {
        $this->queue->get([], 0, 0, new \stdClass());
    }