X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessage002.phpt;h=bb19875844411b0bfc810c884329f5b04a358338;hp=a76e9e54a16d4cb616e830684ed5dc288f50f259;hb=cdfa5298b064787eebbdce77a46b5ae77b3617ae;hpb=14aec371d6123fbedbe13ca73b6a6d5768c635cb diff --git a/tests/message002.phpt b/tests/message002.phpt index a76e9e5..bb19875 100644 --- a/tests/message002.phpt +++ b/tests/message002.phpt @@ -25,7 +25,7 @@ var_dump((string)$m->getBody()); echo "Done\n"; --EXPECTF-- Test -object(%s)#%d (10) { +object(%s)#%d (13) { ["errorHandling":protected]=> NULL ["type":protected]=> @@ -46,7 +46,11 @@ object(%s)#%d (10) { ["httpVersion":protected]=> string(3) "1.1" ["headers":protected]=> - array(2) { + array(4) { + ["Content-Type"]=> + string(14) "test/something" + ["Content-Length"]=> + string(1) "3" ["X-Test"]=> string(4) "test" ["Cookie"]=> @@ -54,6 +58,25 @@ object(%s)#%d (10) { } ["parentMessage":protected]=> NULL + ["query":protected]=> + object(http\QueryString)#2 (2) { + ["errorHandling":protected]=> + NULL + ["queryArray":"http\QueryString":private]=> + array(0) { + } + } + ["post":protected]=> + object(http\QueryString)#3 (2) { + ["errorHandling":protected]=> + NULL + ["queryArray":"http\QueryString":private]=> + array(0) { + } + } + ["files":protected]=> + array(0) { + } } POST / HTTP/1.1%a X-Test: test%a