eZ\Publish\Core\REST\Server\Tests\Input\Parser\LocationUpdateTest::internalGetParser PHP Method

internalGetParser() protected method

Returns the LocationUpdateStruct parser.
protected internalGetParser ( ) : LocationUpdate
return eZ\Publish\Core\REST\Server\Input\Parser\LocationUpdate
    protected function internalGetParser()
    {
        return new LocationUpdate($this->getLocationServiceMock(), $this->getParserTools());
    }