Doctrine\MongoDB\Tests\Query\BuilderTest::testMapReduceOptionsRequiresMapReduceCommand PHP Method

testMapReduceOptionsRequiresMapReduceCommand() public method

    public function testMapReduceOptionsRequiresMapReduceCommand()
    {
        $qb = $this->getTestQueryBuilder();
        $qb->mapReduceOptions([]);
    }
BuilderTest