From 6e8088d05b37f9171cb7756a360a981754c719a3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 24 Apr 2015 08:48:36 +0200 Subject: [PATCH] update test to include a form field --- tests/002.phpt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/002.phpt b/tests/002.phpt index fcde3a6..e46df77 100644 --- a/tests/002.phpt +++ b/tests/002.phpt @@ -62,6 +62,10 @@ Content-Type: application/octet-stream } } +------------------------------6e182425881c +Content-Disposition: form-data; name="user" + +mike ------------------------------6e182425881c-- --FILE-- --EXPECTF-- -array(0) { +array(1) { + ["user"]=> + string(4) "mike" } array(2) { ["LICENSE"]=> -- 2.30.2