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

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

Public Methods

Method Description
testParse ( ) Tests the parsing of ObjectStateList.

Protected Methods

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

Method Details

getParser() protected method

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

testParse() public method

Tests the parsing of ObjectStateList.
public testParse ( )