summaryrefslogtreecommitdiff
path: root/ext/phar/tests/frontcontroller12.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/frontcontroller12.phpt')
-rw-r--r--ext/phar/tests/frontcontroller12.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/frontcontroller12.phpt b/ext/phar/tests/frontcontroller12.phpt
index 0c277b3a77..956ea1c050 100644
--- a/ext/phar/tests/frontcontroller12.phpt
+++ b/ext/phar/tests/frontcontroller12.phpt
@@ -1,7 +1,7 @@
--TEST--
Phar front controller mime type unknown int
--INI--
-default_charset=
+default_charset=UTF-8
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--ENV--
@@ -11,7 +11,7 @@ PATH_INFO=/a.php
--FILE_EXTERNAL--
files/frontcontroller6.phar
--EXPECTHEADERS--
-Content-type: text/html
+Content-type: text/html; charset=UTF-8
--EXPECTF--
Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller12.php:2
Stack trace: