PHP Class eZ\Publish\Core\REST\Client\Tests\Input\Parser\FieldDefinitionListTest

Inheritance: extends BaseTest
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$contentTypeServiceMock eZ\Publish\Core\REST\Client\ContentService

Public Methods

Method Description
testParse ( ) : eZ\Publish\API\Repository\Values\Content\Content Tests the section parser.

Protected Methods

Method Description
getContentTypeServiceMock ( ) : ContentService
getParser ( ) : FieldDefinitionList Gets the section parser.

Method Details

getContentTypeServiceMock() protected method

protected getContentTypeServiceMock ( ) : ContentService
return eZ\Publish\Core\REST\Client\ContentService

getParser() protected method

Gets the section parser.
protected getParser ( ) : FieldDefinitionList
return eZ\Publish\Core\REST\Client\Input\Parser\FieldDefinitionList

testParse() public method

Tests the section parser.
public testParse ( ) : eZ\Publish\API\Repository\Values\Content\Content
return eZ\Publish\API\Repository\Values\Content\Content

Property Details

$contentTypeServiceMock protected property

protected ContentService,eZ\Publish\Core\REST\Client $contentTypeServiceMock
return eZ\Publish\Core\REST\Client\ContentService