diff options
author | Anatol Belski <ab@php.net> | 2016-05-30 12:48:00 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-05-30 12:48:00 +0200 |
commit | 933d6b188c62bea6e10e67bea97ac23f51f6ecce (patch) | |
tree | 6691184c5b5c0bbb9040196f5e42046fda4b958d | |
parent | 97c530fece03bb42b43137b8542d33a4a09f31c7 (diff) | |
download | php-git-933d6b188c62bea6e10e67bea97ac23f51f6ecce.tar.gz |
fix test title
-rw-r--r-- | ext/zip/tests/bug72258.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug72258.phpt b/ext/zip/tests/bug72258.phpt index 0e0c8c1a71..87ba618450 100644 --- a/ext/zip/tests/bug72258.phpt +++ b/ext/zip/tests/bug72258.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #72258 ZipArchive converts fns to unrecoverable form +Bug #72258 ZipArchive converts filenames to unrecoverable form --SKIPIF-- <?php /* $Id$ */ |