diff options
Diffstat (limited to 'tests/basic/002.phpt')
-rw-r--r-- | tests/basic/002.phpt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt deleted file mode 100644 index 6ea0c11fa1..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 $_POST['a']; ?> ---EXPECT-- -Hello World |