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 `PreexistingPHPCSConfigTest` #166

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Proposed Changes

This new test class tests that the plugin handles a pre-existing PHPCS configuration file correctly.

These tests verify:

Notes:

Related Issues

This test class covers the following bug previously reported:

Related to #92