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

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

Public Methods

Method Description
testParse ( ) Tests the parsing of ContentTypeGroupList.

Protected Methods

Method Description
getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\ContentTypeGroupList; Gets the ContentTypeGroupList parser.

Method Details

getParser() protected method

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

testParse() public method

Tests the parsing of ContentTypeGroupList.
public testParse ( )