-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
| Question | Answer |
|---|---|
| Infection version | 0.13.4 (infection.phar --version) but intended is 0.15.0 |
| Test Framework version | PHPUnit 8.4.3 |
| PHP version | 7.4.0 |
| Platform | Alpine Linux, also Windows 10 - results are the same |
| Github Repo | - |
- add
infection/infection^0.15to yourcomposer.jsonfile - remove
vendorfolder andcomposer.lockfile for the clean experiment - run
composer install --no-scripts(composer.lockfile will be generated) - observe that in
composer.lockversion is set to correct one (for now it's0.15.0) - run
vendor/bin/infection --version.
Expected:
Infection - PHP Mutation Testing Framework 0.15.x@<hash>
Actual:
Infection - PHP Mutation Testing Framework 0.13.4@f0f8327f5e60d1a7d8ab4ea01074c6250ab96f57
Reactions are currently unavailable