DominionEnterprises\Mongo\QueueTest::ensureCountIndexWithBadValue PHP Method

ensureCountIndexWithBadValue() public method

    public function ensureCountIndexWithBadValue()
    {
        $this->queue->ensureCountIndex(['field' => 'NotAnInt'], false);
    }