IonBazan / composer-diff

Compares composer.lock changes and generates Markdown report so you can use it in PR description.
https://packagist.org/packages/ion-bazan/composer-diff
MIT License
143 stars 6 forks source link

Test plugin initialization #7

Closed IonBazan closed 3 years ago

IonBazan commented 3 years ago

It is important to test whether the plugin is actually properly installed and commands are registered. This is partially done in https://github.com/IonBazan/composer-diff/commit/b44fcd2efcdae7053e7f5f9829ba98c9bc5662c9 but requires Composer v2. A backport for Composer v1 is needed to prevent future regressions.