summaryrefslogtreecommitdiff
path: root/tests/basic/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/001.phpt')
-rw-r--r--tests/basic/001.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/001.phpt b/tests/basic/001.phpt
new file mode 100644
index 0000000000..4cc79613c5
--- /dev/null
+++ b/tests/basic/001.phpt
@@ -0,0 +1,8 @@
+--TEST--
+Trivial "Hello World" test
+--POST--
+--GET--
+--FILE--
+<?php echo "Hello World"?>
+--EXPECT--
+Hello World