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

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

Public Methods

Method Description
testParse ( ) Tests parsing of NotFoundException.

Protected Methods

Method Description
getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage; Gets the parser for error message.

Method Details

getParser() protected method

Gets the parser for error message.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage;
return eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage;

testParse() public method

Tests parsing of NotFoundException.
public testParse ( )