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

getTreeHandler() protected method

protected getTreeHandler ( ) : TreeHandler
return eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler
    protected function getTreeHandler()
    {
        return new TreeHandler($this->getLocationGatewayMock(), $this->getLocationMapperMock(), $this->getContentGatewayMock(), $this->getContentMapperMock(), $this->getFieldHandlerMock());
    }