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

internalGetParser() protected method

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