X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fenvrequestbody003.phpt;fp=tests%2Fenvrequestbody003.phpt;h=0000000000000000000000000000000000000000;hp=c2bde8381feab2ea7642674e171f70d4683f244e;hb=22258cd0e6d317e1dbe3c2479aed037571f57b97;hpb=4f9f3e9032252995b600ed4c4ea538e6302730a2 diff --git a/tests/envrequestbody003.phpt b/tests/envrequestbody003.phpt deleted file mode 100644 index c2bde83..0000000 --- a/tests/envrequestbody003.phpt +++ /dev/null @@ -1,48 +0,0 @@ ---TEST-- -env request body ---SKIPIF-- - ---PUT-- -Content-Type: multipart/form-data;boundary=123 ---123 -Content-Disposition: form-data; name="foo" - -bar ---123 -Content-Disposition: form-data; name="baz" - -buh ---123 -Content-Disposition: form-data; name="up"; filename="up.txt" - -foo=bar&baz=buh ---123-- ---FILE-- - -DONE ---EXPECTF-- -array(2) { - ["foo"]=> - string(3) "bar" - ["baz"]=> - string(3) "buh" -} -array(1) { - ["up"]=> - array(5) { - ["name"]=> - string(6) "up.txt" - ["type"]=> - string(0) "" - ["tmp_name"]=> - string(%d) "%s" - ["error"]=> - int(0) - ["size"]=> - int(15) - } -} -DONE