diff options
author | Anatol Belski <ab@php.net> | 2015-03-29 17:59:28 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-29 17:59:28 +0200 |
commit | 662c439087504c111f695fe964a3b50319d62141 (patch) | |
tree | 08e1430e72ea329e9d9c61aed212ddca47bc4995 | |
parent | 5e773b4ce5cafd06cbf6659986385aaa658e1db9 (diff) | |
download | php-git-662c439087504c111f695fe964a3b50319d62141.tar.gz |
fix typo
-rw-r--r-- | ext/fileinfo/tests/bug69320.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug69320.phpt b/ext/fileinfo/tests/bug69320.phpt index 9b1c2762b1..4eea7470b8 100644 --- a/ext/fileinfo/tests/bug69320.phpt +++ b/ext/fileinfo/tests/bug69320.phpt @@ -13,7 +13,7 @@ var_dump(finfo_file(finfo_open(FILEINFO_MIME_TYPE), $fname)); --CLEAN-- <?php $fname = dirname(__FILE__) . DIRECTORY_SEPARATOR . "bug69320.txt"; - unling($fname); + unlink($fname); ?> --EXPECTF-- string(10) "text/plain" |