DominionEnterprises\Mongo\QueueTest::ensureGetIndexWithNonStringAfterSortKey PHP Method

ensureGetIndexWithNonStringAfterSortKey() public method

    public function ensureGetIndexWithNonStringAfterSortKey()
    {
        $this->queue->ensureGetIndex(['field' => 1], [0 => 1]);
    }