Skip to content

Commit d0e3289

Browse files
committed
- fix test for 5.11
1 parent 12cf930 commit d0e3289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/tests/finfo_file_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ var_dump( finfo_file( $finfo, $magicFile ) );
2525
--EXPECTF--
2626
*** Testing finfo_file() : basic functionality ***
2727
string(28) "text/x-php; charset=us-ascii"
28-
string(15) "PHP script text"
28+
string(22) "PHP script, ASCII text"
2929
string(32) "text/plain; charset=unknown-8bit"
3030
===DONE===

0 commit comments

Comments
 (0)