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

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

Public Methods

Method Description
testParse ( ) Tests the parsing of role list.

Protected Methods

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

Method Details

getParser() protected method

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

testParse() public method

Tests the parsing of role list.
public testParse ( )