PHPCSStandards / composer-installer

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

RegisterExternalStandardsTest: add new tests #165

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Proposed Changes

TestCase: introduce new configShowToPathsArray() method

... as a helper to allow for comparing expected and actual registered paths from --config-show.

RegisterExternalStandardsTest: add test registering one standard with multiple rulesets

Includes adding a fake standard with multiple rulesets as a fixture for this test.

RegisterExternalStandardsTest: add test registering standard with ruleset in nested dir

Includes adding a fake standard as a fixture for this test.

Related to #92