diff options
Diffstat (limited to 'ext/phar/tests/cache_list/frontcontroller27.phpt')
-rw-r--r-- | ext/phar/tests/cache_list/frontcontroller27.phpt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/phar/tests/cache_list/frontcontroller27.phpt b/ext/phar/tests/cache_list/frontcontroller27.phpt new file mode 100644 index 0000000..4a76e02 --- /dev/null +++ b/ext/phar/tests/cache_list/frontcontroller27.phpt @@ -0,0 +1,17 @@ +--TEST-- +Phar front controller with no extension [cache_list] +--INI-- +default_charset=UTF-8 +phar.cache_list={PWD}/frontcontroller27.php +--SKIPIF-- +<?php if (!extension_loaded("phar")) die("skip"); ?> +--ENV-- +SCRIPT_NAME=/frontcontroller27.php +REQUEST_URI=/frontcontroller27.php/noext +PATH_INFO=/noext +--FILE_EXTERNAL-- +files/frontcontroller8.phar +--EXPECTHEADERS-- +Content-type: text/plain;charset=UTF-8 +--EXPECTF-- +hi
\ No newline at end of file |