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

getMockCollection() private method

private getMockCollection ( )
    private function getMockCollection()
    {
        return $this->getMockBuilder('Doctrine\\MongoDB\\Collection')->disableOriginalConstructor()->getMock();
    }
BuilderTest