summaryrefslogtreecommitdiffstats
path: root/tests/php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/php b/tests/php
new file mode 100644
index 0000000..8030d8f
--- /dev/null
+++ b/tests/php
@@ -0,0 +1,3 @@
+ apk_add $@
+ echo "<? echo(\"hello world\n\") ?>" | php-cgi | grep "hello"
+ apk_del -R $@