DominionEnterprises\Mongo\QueueTest::ensureGetIndexWithNonStringAfterSortKey PHP 메소드

ensureGetIndexWithNonStringAfterSortKey() 공개 메소드

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