eZ\Publish\Core\Persistence\Legacy\Tests\Content\TreeHandlerTest::getPartlyMockedTreeHandler PHP Method

getPartlyMockedTreeHandler() protected method

protected getPartlyMockedTreeHandler ( array $methods ) : PHPUnit_Framework_MockObject_MockObject | TreeHandler
$methods array
return PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler
    protected function getPartlyMockedTreeHandler(array $methods)
    {
        return $this->getMock('\\eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\TreeHandler', $methods, array($this->getLocationGatewayMock(), $this->getLocationMapperMock(), $this->getContentGatewayMock(), $this->getContentMapperMock(), $this->getFieldHandlerMock()));
    }