Doctrine\MongoDB\Tests\Query\BuilderTest::getMockCollection PHP Méthode

getMockCollection() private méthode

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