diff options
Diffstat (limited to 'ext/phar/tests/cache_list/frontcontroller23.phpt')
| -rw-r--r-- | ext/phar/tests/cache_list/frontcontroller23.phpt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/phar/tests/cache_list/frontcontroller23.phpt b/ext/phar/tests/cache_list/frontcontroller23.phpt new file mode 100644 index 0000000..3da9631 --- /dev/null +++ b/ext/phar/tests/cache_list/frontcontroller23.phpt @@ -0,0 +1,18 @@ +--TEST-- +Phar front controller with generic action router test [cache_list] +--INI-- +default_charset=UTF-8 +phar.cache_list={PWD}/frontcontroller23.php +--SKIPIF-- +<?php if (!extension_loaded("phar")) die("skip"); ?> +--ENV-- +SCRIPT_NAME=/frontcontroller23.php +REQUEST_URI=/frontcontroller23.php/hi/there +PATH_INFO=/hi/there +--FILE_EXTERNAL-- +files/frontcontroller14.phar +--EXPECTHEADERS-- +Content-type: text/html; charset=UTF-8 +--EXPECTF-- +string(9) "/hi/there" +string(%d) "phar://%sfrontcontroller23.php/html/index.php"
\ No newline at end of file |
