From: Felipe Pena Date: Sun, 19 Jun 2011 12:58:56 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.4.0alpha1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6765a19d234e54a75f7cb9c5d983ce67ca9a3e87;p=php - Fix test --- diff --git a/ext/fileinfo/tests/finfo_open_001.phpt b/ext/fileinfo/tests/finfo_open_001.phpt index 69696ebe33..9513b54bad 100644 --- a/ext/fileinfo/tests/finfo_open_001.phpt +++ b/ext/fileinfo/tests/finfo_open_001.phpt @@ -14,7 +14,7 @@ var_dump(finfo_open(FILEINFO_MIME, '/foo/bar/inexistent')); ?> --EXPECTF-- -Warning: finfo_open(): Failed to load magic database at ''. in %s on line %d +Warning: finfo_open() expects parameter 2 to be a valid path, string given in %s on line %d bool(false) resource(%d) of type (file_info) resource(%d) of type (file_info)