diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-17 16:50:24 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-17 16:50:24 +0300 |
commit | 4153fad89dfeb694bf7f0c94d4c02da50af1852b (patch) | |
tree | 089da402a7e79e803c49fc926ec9be8732e50711 /test/php/script/phpinfo.php | |
parent | dcf46a63eb43297180b5284fab0acca405a6a1c4 (diff) | |
download | unit-4153fad89dfeb694bf7f0c94d4c02da50af1852b.tar.gz unit-4153fad89dfeb694bf7f0c94d4c02da50af1852b.tar.bz2 |
Tests: added PHP tests with "script" and "index" options.
Diffstat (limited to '')
-rw-r--r-- | test/php/script/phpinfo.php | 3 |
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(); +?> |