eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestExecutedViewTest::internalGetVisitor PHP Method

internalGetVisitor() protected method

Get the Relation visitor.
protected internalGetVisitor ( ) : RestExecutedView
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestExecutedView
    protected function internalGetVisitor()
    {
        return new ValueObjectVisitor\RestExecutedView($this->getLocationServiceMock(), $this->getContentServiceMock(), $this->getContentTypeServiceMock());
    }