summaryrefslogtreecommitdiff
path: root/tests/basic/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/002.phpt')
-rw-r--r--tests/basic/002.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt
deleted file mode 100644
index d694a201c2..0000000000
--- a/tests/basic/002.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Simple POST Method test
---POST--
-a=Hello+World
---GET--
---FILE--
-<?php error_reporting(0);
-echo $a?>
---EXPECT--
-Hello World