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

getExpectedMessage() protected method

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