eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\Gateway\DoctrineDatabaseTest::getLocationGateway PHP Method

getLocationGateway() protected method

protected getLocationGateway ( )
    protected function getLocationGateway()
    {
        $dbHandler = $this->getDatabaseHandler();
        return new DoctrineDatabase($dbHandler, $this->getMockBuilder('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Location\\Gateway\\CriteriaConverter')->disableOriginalConstructor()->getMock(), $this->getMockBuilder('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Location\\Gateway\\SortClauseConverter')->disableOriginalConstructor()->getMock());
    }