DominionEnterprises\Mongo\QueueTest::ackSendWithNonFloatPriority PHP Method

ackSendWithNonFloatPriority() public method

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