summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests/finfo_file_002.phpt
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-02-14 15:32:02 +0000
committerHannes Magnusson <bjori@php.net>2011-02-14 15:32:02 +0000
commit7c1a9e37cabec0ae4369ad681e39e3924fab2b5b (patch)
tree6a62397dcd585147913e63d7983918f1f84e4c6f /ext/fileinfo/tests/finfo_file_002.phpt
parent011143d1bf856a1781074f2e4ed02e30930edc1f (diff)
downloadphp-git-7c1a9e37cabec0ae4369ad681e39e3924fab2b5b.tar.gz
Bug#54016 (finfo_file() Cannot determine filetype in archives)
Diffstat (limited to 'ext/fileinfo/tests/finfo_file_002.phpt')
-rw-r--r--ext/fileinfo/tests/finfo_file_002.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/finfo_file_002.phpt b/ext/fileinfo/tests/finfo_file_002.phpt
index 6b8ae28ceb..9ed19a9762 100644
--- a/ext/fileinfo/tests/finfo_file_002.phpt
+++ b/ext/fileinfo/tests/finfo_file_002.phpt
@@ -18,7 +18,9 @@ ksort($results);
var_dump($results);
?>
--EXPECTF--
-array(5) {
+array(6) {
+ ["%s/resources/dir.zip"]=>
+ string(15) "application/zip"
["%s/resources/test.bmp"]=>
string(14) "image/x-ms-bmp"
["%s/resources/test.gif"]=>