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