X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpMessage_003.phpt;h=831b4da888d809f06cc8a63631d6e6107ec464e7;hp=79d0dc66dc69e638f4f3c857798581d931e81056;hb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba;hpb=2b37ee95b452cff42c17bf3d12d0ee1ebd08ba84 diff --git a/tests/HttpMessage_003.phpt b/tests/HttpMessage_003.phpt index 79d0dc6..831b4da 100644 --- a/tests/HttpMessage_003.phpt +++ b/tests/HttpMessage_003.phpt @@ -1,9 +1,9 @@ --TEST-- -HttpMessage implmenets Serializable, Countable +HttpMessage implements Serializable, Countable --SKIPIF-- --FILE-- count()); echo "Done\n"; ?> --EXPECTF-- -%sTEST +%aTEST int(3) -string(109) "HTTP/1.1 301 +string(148) "HTTP/1.1 301 Location: /anywhere HTTP/1.1 302 Location: /somewhere HTTP/1.1 200 +X-Original-Transfer-Encoding: chunked Content-Length: 1 X " object(HttpMessage)#%d (%d) { - ["type:protected"]=> + ["type%s]=> int(2) - ["httpVersion:protected"]=> - float(1.1) - ["responseCode:protected"]=> - int(200) - ["responseStatus:protected"]=> - string(2) "Ok" - ["requestMethod:protected"]=> + ["body%s]=> + string(0) "" + ["requestMethod%s]=> string(0) "" - ["requestUri:protected"]=> + ["requestUrl%s]=> string(0) "" - ["headers:protected"]=> + ["responseStatus%s]=> + string(2) "Ok" + ["responseCode%s]=> + int(200) + ["httpVersion%s]=> + float(1.1) + ["headers%s]=> array(1) { ["Server"]=> string(9) "Funky/1.0" } - ["body:protected"]=> - string(0) "" + ["parentMessage%s]=> + NULL } int(1) Done