From: Michael Wallner Date: Wed, 12 Nov 2014 08:47:52 +0000 (+0100) Subject: update test X-Git-Tag: RELEASE_2_2_0_RC1~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a258b01227b9a0b01b590a3df43eebc60d3b4189;hp=cc26dfb22b469d8cf70c2f6103a064250a71944e;ds=sidebyside update test --- diff --git a/tests/message002.phpt b/tests/message002.phpt index 0809676..e16f8dc 100644 --- a/tests/message002.phpt +++ b/tests/message002.phpt @@ -33,7 +33,7 @@ var_dump(file_get_contents("php://input")); Done --EXPECTF-- Test -object(%s)#%d (12) { +object(%s)#%d (13) { ["type":protected]=> int(1) ["body":protected]=> @@ -62,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) { }