Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 6273fb1

Browse files
author
Jamie Snape
committed
Ignore .DS_Store files in UTF-8 test
1 parent bf8fda3 commit 6273fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Utf8tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Utf8tools
2323
{
2424
protected $excludedDirs = array('data', 'library', 'tmp', '.git', 'log', 'bin');
2525
protected $excludedExts = array('ini', 'jpg', 'png', 'gif', 'swf', 'jar', 'ico', 'psd', 'swc', 'keystore');
26-
protected $excludedFiles = array('.htaccess');
26+
protected $excludedFiles = array('.DS_Store', '.htaccess');
2727

2828
/**
2929
* return true if the string is UTF8 encoded.

0 commit comments

Comments
 (0)