summaryrefslogtreecommitdiff
path: root/sapi/tests/test001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/tests/test001.phpt')
-rw-r--r--sapi/tests/test001.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/sapi/tests/test001.phpt b/sapi/tests/test001.phpt
deleted file mode 100644
index a964393fd9..0000000000
--- a/sapi/tests/test001.phpt
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-IIS style CGI missing SCRIPT_FILENAME
---DESCRIPTION--
-This would be similar to what IIS produces for a simple query.
---ENV--
-return <<<END
-PATH_TRANSLATED=$filename
-PATH_INFO=$scriptname
-SCRIPT_NAME=$scriptname
-END;
---FILE--
-<?php
- echo "HELLO";
-?>
---EXPECT--
-HELLO \ No newline at end of file