You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.x | .gitattributes: export ignore some test fixtures
Some of the test fixtures introduced for testing the `Ruleset` class cause issues with PHPUnit on some versions, in particular the test fixtures involving standards in hidden directories.
While the decision was taken long ago to not `export-ignore` the tests until PHPCS 4.0, I'm now taking the executive decision to selective `export-ignore` the problematic test fixtures only on the 3.x branch already to unblock projects which were seeing these errors (like the Composer Installer plugin).
0 commit comments