Annotation of embedaddon/php/ext/phar/tests/cache_list/frontcontroller10.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Phar front controller rewrite access denied [cache_list]
                      3: --INI--
                      4: default_charset=UTF-8
                      5: phar.cache_list={PWD}/frontcontroller10.php
                      6: --SKIPIF--
                      7: <?php if (!extension_loaded("phar")) die("skip"); ?>
                      8: --ENV--
                      9: SCRIPT_NAME=/frontcontroller10.php
                     10: REQUEST_URI=/frontcontroller10.php/hi
                     11: PATH_INFO=/hi
                     12: --FILE_EXTERNAL--
                     13: files/frontcontroller4.phar
                     14: --EXPECTHEADERS--
                     15: Content-type: text/html; charset=UTF-8
                     16: Status: 403 Access Denied
                     17: --EXPECT--
                     18: <html>
                     19:  <head>
                     20:   <title>Access Denied</title>
                     21:  </head>
                     22:  <body>
                     23:   <h1>403 - File /hi Access Denied</h1>
                     24:  </body>
                     25: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>