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

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

Public Methods

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

Protected Methods

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

Method Details

getParser() protected method

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

testParse() public method

Tests the parsing of policy list.
public testParse ( )