X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fenvrequestbody002.phpt;fp=tests%2Fenvrequestbody002.phpt;h=0000000000000000000000000000000000000000;hb=22258cd0e6d317e1dbe3c2479aed037571f57b97;hp=69c59884b6747ed91b9f8e781699f702a875b405;hpb=4f9f3e9032252995b600ed4c4ea538e6302730a2;p=m6w6%2Fext-http diff --git a/tests/envrequestbody002.phpt b/tests/envrequestbody002.phpt deleted file mode 100644 index 69c5988..0000000 --- a/tests/envrequestbody002.phpt +++ /dev/null @@ -1,20 +0,0 @@ ---TEST-- -env request body ---SKIPIF-- - ---PUT-- -Content-Type: application/x-www-form-urlencoded -foo=bar&baz=buh ---FILE-- - -DONE ---EXPECT-- -array(2) { - ["foo"]=> - string(3) "bar" - ["baz"]=> - string(3) "buh" -} -DONE