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

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

Public Methods

Method Description
testParse ( ) Tests parsing of InvalidArgumentException error message.

Protected Methods

Method Description
getParser ( ) : ErrorMessage Gets the error message parser.

Method Details

getParser() protected method

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

testParse() public method

Tests parsing of InvalidArgumentException error message.
public testParse ( )