summaryrefslogtreecommitdiffhomepage
path: root/test/php
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-07-17 16:50:24 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-07-17 16:50:24 +0300
commit4153fad89dfeb694bf7f0c94d4c02da50af1852b (patch)
tree089da402a7e79e803c49fc926ec9be8732e50711 /test/php
parentdcf46a63eb43297180b5284fab0acca405a6a1c4 (diff)
downloadunit-4153fad89dfeb694bf7f0c94d4c02da50af1852b.tar.gz
unit-4153fad89dfeb694bf7f0c94d4c02da50af1852b.tar.bz2
Tests: added PHP tests with "script" and "index" options.
Diffstat (limited to 'test/php')
-rw-r--r--test/php/script/phpinfo.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/php/script/phpinfo.php b/test/php/script/phpinfo.php
new file mode 100644
index 00000000..cf608608
--- /dev/null
+++ b/test/php/script/phpinfo.php
@@ -0,0 +1,3 @@
+<?php
+phpinfo();
+?>