DominionEnterprises\Mongo\QueueTest::ackSendWithNanPriority PHP Method

ackSendWithNanPriority() public method

    public function ackSendWithNanPriority()
    {
        $this->queue->ackSend(['id' => new \MongoDB\BSON\ObjectID()], [], 0, NAN);
    }