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

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

Public Methods

Method Description
testParse ( ) Tests the parsing of ObjectStateGroupList.

Protected Methods

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

Method Details

getParser() protected method

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

testParse() public method

Tests the parsing of ObjectStateGroupList.
public testParse ( )