X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Finfo_001.phpt;h=11b83f6168ec83812cb82bb1ff04e482c7db1784;hp=e79abd40b5d1066bc98472a7779431fab4b25326;hb=8b8cdb96032f50d57dbdad74ae45336d01a7f0c5;hpb=18750f34ec9a9b16ffd07f54346136ca0f72e9a8 diff --git a/tests/info_001.phpt b/tests/info_001.phpt index e79abd4..11b83f6 100644 --- a/tests/info_001.phpt +++ b/tests/info_001.phpt @@ -24,27 +24,23 @@ var_dump(new http\Message("GET / HTTP/1.1")); ?> DONE --EXPECTF-- -exception 'http\Exception' with message 'could not parse message: GET HTTP/1.1' in %s +exception 'http\Exception\BadMessageException' with message 'Could not parse message: GET HTTP/1.1' in %s Stack trace: #0 %s: http\Message->__construct('GET HTTP/1.1') #1 {main} -exception 'http\Exception' with message 'could not parse message: GET HTTP/1.123' in %s +exception 'http\Exception\BadMessageException' with message 'Could not parse message: GET HTTP/1.123' in %s Stack trace: #0 %s: http\Message->__construct('GET HTTP/1.123') #1 {main} -exception 'http\Exception' with message 'could not parse message: GETHTTP/1.1' in %s +exception 'http\Exception\BadMessageException' with message 'Could not parse message: GETHTTP/1.1' in %s Stack trace: #0 %s: http\Message->__construct('GETHTTP/1.1') #1 {main} -object(http\Message)#%d (10) { - ["errorHandling":protected]=> - NULL +object(http\Message)#%d (9) { ["type":protected]=> int(1) ["body":protected]=> - object(http\Message\Body)#%d (1) { - ["errorHandling":protected]=> - NULL + object(http\Message\Body)#%d (0) { } ["requestMethod":protected]=> string(3) "GET"