DominionEnterprises\Mongo\QueueTest::ackSendWithNonIntEarliestGet PHP Method

ackSendWithNonIntEarliestGet() public method

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