Automattic / phpcs-neutron-standard

A set of phpcs sniffs for PHP >7 development
MIT License
94 stars 7 forks source link

Tests: Fix multiple-case fixtures #39

Closed sirbrillig closed 6 years ago

sirbrillig commented 6 years ago

Fixes #28

In the original fix, I had configured git to respect the case of files as I renamed them, but the Mac OS file system ignores case, so I ended up with weird invisible duplicates in git but not in Mac OS. This should straighten things out.