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

testOutRequiresMapReduceCommand() public method

    public function testOutRequiresMapReduceCommand()
    {
        $qb = $this->getTestQueryBuilder();
        $qb->out('collection');
    }
BuilderTest