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

Tests: add new `InvalidPackagesTest` #168

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Proposed Changes

This new test class tests that the plugin does not act on Composer packages which are not considered valid external PHPCS standards for the purposes of this plugin.

Notes:

Related to #92