X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FUtils%2FFileTest.php;h=58247d1f1736514e71e45cab06d1a994cc6e9a51;hb=9c204b425c4f161f3dec52e3d7f0cae2f9f35eb5;hp=84be8a936dd5a7b061cd13aac39075d74a877dbf;hpb=79ccdcdf4996dd1e54c36fb34b95c00ae45cde8a;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Utils/FileTest.php b/tests/phpunit/CRM/Utils/FileTest.php index 84be8a936d..58247d1f17 100644 --- a/tests/phpunit/CRM/Utils/FileTest.php +++ b/tests/phpunit/CRM/Utils/FileTest.php @@ -115,7 +115,7 @@ class CRM_Utils_FileTest extends CiviUnitTestCase { public function mimeTypeToExtension() { $cases = []; - $cases[] = ['text/plain', ['txt', 'text', 'conf', 'def', 'list', 'log', 'in']]; + $cases[] = ['text/plain', ['txt', 'text', 'conf', 'def', 'list', 'log', 'in', 'ini']]; $cases[] = ['image/jpeg', ['jpeg', 'jpg', 'jpe']]; $cases[] = ['image/png', ['png']]; return $cases;