Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
composer require "infection/infection:0.24.x-dev"
| 包名 | 版本要求 |
|---|---|
| composer/xdebug-handler | ^2.0 |
| ext-dom | * |
| ext-json | * |
| ext-libxml | * |
| infection/abstract-testframework-adapter | ^0.3.1 |
| infection/extension-installer | ^0.1.0 |
| infection/include-interceptor | ^0.2.4 |
| justinrainbow/json-schema | ^5.2 |
| nikic/php-parser | ^4.10.3 |
| ocramius/package-versions | ^1.9.0 || ^2.0 |
| ondram/ci-detector | ^3.3.0 |
| php | ^7.4.7 || ^8.0 |
| sanmai/later | ^0.1.1 |
| sanmai/pipeline | ^5.1 |
| sebastian/diff | ^3.0.2 || ^4.0 |
| seld/jsonlint | ^1.7 |
| symfony/console | ^3.4.29 || ^4.1.19 || ^5.0 |
| symfony/filesystem | ^3.4.29 || ^4.1.19 || ^5.0 |
| symfony/finder | ^3.4.29 || ^4.1.19 || ^5.0 |
| symfony/process | ^3.4.29 || ^4.1.19 || ^5.0 |
| thecodingmachine/safe | ^1.0 |
| webmozart/assert | ^1.3 |
| webmozart/path-util | ^2.3 |
| 包名 | 版本要求 |
|---|---|
| ext-simplexml | * |
| helmich/phpunit-json-assert | ^3.0 |
| phpspec/prophecy-phpunit | ^2.0 |
| phpstan/extension-installer | ^1.0 |
| phpstan/phpstan | ^0.12.8 |
| phpstan/phpstan-phpunit | ^0.12.6 |
| phpstan/phpstan-strict-rules | ^0.12.5 |
| phpstan/phpstan-webmozart-assert | ^0.12.2 |
| phpunit/phpunit | ^9.3.11 |
| symfony/phpunit-bridge | ^4.4.18 || ^5.1.10 |
| symfony/yaml | ^5.0 |
| thecodingmachine/phpstan-safe-rule | ^1.0 |
| 许可证 | BSD-3-Clause |
|---|---|
| 发布时间 | 2021-07-25 18:53:30 |
| 类型 | library |