eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\BadRequestExceptionTest::getExpectedMessage PHP Method

getExpectedMessage() protected method

Get expected message.
protected getExpectedMessage ( ) : string
return string
    protected function getExpectedMessage()
    {
        return 'Bad Request';
    }