From a93c1059c61026dab25278d0839c44745fc117b6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 24 Feb 2006 20:32:08 +0000 Subject: [PATCH] - add test --- tests/request_put_data.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/request_put_data.phpt diff --git a/tests/request_put_data.phpt b/tests/request_put_data.phpt new file mode 100644 index 0000000..b8a5a3c --- /dev/null +++ b/tests/request_put_data.phpt @@ -0,0 +1,19 @@ +--TEST-- +http_put_data() +--SKIPIF-- + +--FILE-- + CURLBUF_SIZE */)))->body); + +echo "Done\n"; +?> +--EXPECTF-- +%sTEST +bool(true) +Done -- 2.30.2