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

testFinalizeShouldThrowExceptionForUnsupportedQueryType() public method

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