remove obsolete tests
[m6w6/ext-http] / tests / envrequestbody002.phpt
diff --git a/tests/envrequestbody002.phpt b/tests/envrequestbody002.phpt
deleted file mode 100644 (file)
index 69c5988..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---TEST--
-env request body
---SKIPIF--
-<?php include "skipif.inc"; ?>
---PUT--
-Content-Type: application/x-www-form-urlencoded
-foo=bar&baz=buh
---FILE--
-<?php
-var_dump($_POST);
-?>
-DONE
---EXPECT--
-array(2) {
-  ["foo"]=>
-  string(3) "bar"
-  ["baz"]=>
-  string(3) "buh"
-}
-DONE