DominionEnterprises\Mongo\QueueTest::ensureCountIndexWithNonBoolIncludeRunning PHP Method

ensureCountIndexWithNonBoolIncludeRunning() public method

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