From: Felipe Pena Date: Sun, 19 Jun 2011 12:58:56 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.5.0alpha1~1912 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744ce6af65e299bc8fad8e3b6f2bdfd95541d586;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)