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

testReduceShouldThrowExceptionForUnsupportedQueryType() public method

    public function testReduceShouldThrowExceptionForUnsupportedQueryType()
    {
        $qb = $this->getTestQueryBuilder()->reduce('function() { }');
    }
BuilderTest