X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessage002.phpt;h=e16f8dc97359741c01b5b2a07d4e4331acdc892e;hp=403fb262e7bf8add86d6f6105208b13359f5e7c1;hb=4a975fc65c1885c505cb1271411cef14724caf4c;hpb=b08a238775e998bb07b530c3cd80219e100c95cf diff --git a/tests/message002.phpt b/tests/message002.phpt index 403fb26..e16f8dc 100644 --- a/tests/message002.phpt +++ b/tests/message002.phpt @@ -33,12 +33,11 @@ var_dump(file_get_contents("php://input")); Done --EXPECTF-- Test -object(%s)#%d (12) { +object(%s)#%d (13) { ["type":protected]=> int(1) ["body":protected]=> - object(http\Message\Body)#%d (0) { - } + NULL ["requestMethod":protected]=> string(4) "POST" ["requestUrl":protected]=> @@ -63,17 +62,25 @@ object(%s)#%d (12) { ["parentMessage":protected]=> NULL ["query":protected]=> - object(http\QueryString)#2 (1) { + object(http\QueryString)#%d (1) { ["queryArray":"http\QueryString":private]=> array(0) { } } ["form":protected]=> - object(http\QueryString)#3 (1) { + object(http\QueryString)#%d (1) { ["queryArray":"http\QueryString":private]=> array(0) { } } + ["cookie":protected]=> + object(http\QueryString)#%d (1) { + ["queryArray":"http\QueryString":private]=> + array(1) { + ["foo"]=> + string(3) "bar" + } + } ["files":protected]=> array(0) { }