diff options
author | Steph Fox <sfox@php.net> | 2008-08-01 13:38:48 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-08-01 13:38:48 +0000 |
commit | 377ff97abd1672e801934b1700d04b2bccec91ee (patch) | |
tree | dc7f508a2a3c37f7fd0b932b8e0df16b57124dbb /ext/phar/tests/frontcontroller16.phpt | |
parent | cb10c3be6129a4942f1fbddada71a7bb287dbbc6 (diff) | |
download | php-git-377ff97abd1672e801934b1700d04b2bccec91ee.tar.gz |
- MFH Bring phar tests into line across all branches
Diffstat (limited to 'ext/phar/tests/frontcontroller16.phpt')
-rw-r--r-- | ext/phar/tests/frontcontroller16.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/frontcontroller16.phpt b/ext/phar/tests/frontcontroller16.phpt index cefb40dcfa..712af40bf3 100644 --- a/ext/phar/tests/frontcontroller16.phpt +++ b/ext/phar/tests/frontcontroller16.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller mime type override, Phar::PHP --INI-- -default_charset= +default_charset=UTF-8 --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> --ENV-- @@ -11,7 +11,7 @@ PATH_INFO=/a.phps --FILE_EXTERNAL-- files/frontcontroller8.phar --EXPECTHEADERS-- -Content-type: text/html +Content-type: text/html; charset=UTF-8 --EXPECT-- hio1 |