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

getExpectedMessage() protected method

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