DominionEnterprises\Mongo\QueueTest::ensureGetIndexWithBadAfterSortValue PHP Method

ensureGetIndexWithBadAfterSortValue() public method

    public function ensureGetIndexWithBadAfterSortValue()
    {
        $this->queue->ensureGetIndex([], ['field' => 'NotAnInt']);
    }