DominionEnterprises\Mongo\QueueTest::ackSendWithNonBoolNewTimestamp PHP Method

ackSendWithNonBoolNewTimestamp() public method

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