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

ensureCountIndexWithNonBoolIncludeRunning() 공개 메소드

    public function ensureCountIndexWithNonBoolIncludeRunning()
    {
        $this->queue->ensureCountIndex(['field' => 1], 1);
    }