diff options
Diffstat (limited to 'ext/fileinfo/tests/bug68398.phpt')
| -rw-r--r-- | ext/fileinfo/tests/bug68398.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug68398.phpt b/ext/fileinfo/tests/bug68398.phpt index 78d3b8929f..504df2b042 100644 --- a/ext/fileinfo/tests/bug68398.phpt +++ b/ext/fileinfo/tests/bug68398.phpt @@ -9,7 +9,7 @@ $f = new finfo(FILEINFO_MIME); var_dump($f->file(dirname(__FILE__) . DIRECTORY_SEPARATOR . '68398.zip')); ?> +++DONE+++ ---EXPECTF-- +--EXPECT-- string(31) "application/zip; charset=binary" +++DONE+++ |
