X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpMessage_003.phpt;h=8c416b9b906df9f99574aa6d219887a7812df2ab;hb=df36ec0caf7186c3bcb55580601183a864579fa0;hp=7caf206ba89bc07c4f7e74865b87be0f7bf64b43;hpb=33b7c5dcd9cffebb8486cb57e04958e34bbfe662;p=m6w6%2Fext-http diff --git a/tests/HttpMessage_003.phpt b/tests/HttpMessage_003.phpt index 7caf206..8c416b9 100644 --- a/tests/HttpMessage_003.phpt +++ b/tests/HttpMessage_003.phpt @@ -1,5 +1,5 @@ --TEST-- -HttpMessage implmenets Serializable, Countable +HttpMessage implements Serializable, Countable --SKIPIF-- int(2) - ["httpVersion:protected"]=> - float(1.1) - ["responseCode:protected"]=> - int(200) - ["responseStatus:protected"]=> - string(2) "Ok" + ["body:protected"]=> + string(0) "" ["requestMethod:protected"]=> string(0) "" - ["requestUri:protected"]=> + ["requestUrl:protected"]=> string(0) "" + ["responseStatus:protected"]=> + string(2) "Ok" + ["responseCode:protected"]=> + int(200) + ["httpVersion:protected"]=> + float(1.1) ["headers:protected"]=> array(1) { ["Server"]=> string(9) "Funky/1.0" } - ["body:protected"]=> - string(0) "" + ["parentMessage:protected"]=> + NULL } int(1) Done