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.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/basic/001.phpt b/tests/basic/001.phpt
new file mode 100644
index 0000000..d0cc1ca
--- /dev/null
+++ b/tests/basic/001.phpt
@@ -0,0 +1,6 @@
+--TEST--
+Trivial "Hello World" test
+--FILE--
+<?php echo "Hello World"?>
+--EXPECT--
+Hello World