PHPCSStandards / composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
542 stars 36 forks source link

Tests: add new `InstalledPathsOrderTest` #176

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Proposed Changes

This new test class tests that the plugin always registers the installed_paths in the same order.

I have confirmed that the tests would fail on various CI builds without the fix from #126.

Notes:

This test class covers the following bug previously reported:

Related Issues

Related to #92

jrfnl commented 2 years ago

Rebased without changes after the merge of #180 to get a clean and passing build. Will merge after the build passes.