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.phpt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt
new file mode 100644
index 0000000..25dc513
--- /dev/null
+++ b/tests/basic/002.phpt
@@ -0,0 +1,9 @@
+--TEST--
+Simple POST Method test
+--POST--
+a=Hello+World
+--FILE--
+<?php
+echo $_POST['a']; ?>
+--EXPECT--
+Hello World