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.13.5"
| 包名 | 版本要求 |
|---|---|
| composer/xdebug-handler | ^1.3 |
| ext-dom | * |
| ext-json | * |
| ext-libxml | * |
| justinrainbow/json-schema | ^5.2 |
| nikic/php-parser | ^4.2.1 |
| ocramius/package-versions | ^1.2 |
| padraic/phar-updater | ^1.0.4 |
| php | ^7.1.3 |
| pimple/pimple | ^3.2 |
| sebastian/diff | ^1.4 || ^2.0 || ^3.0 |
| symfony/console | ^3.4 || ^4.0 |
| symfony/filesystem | ^3.4 || ^4.0 |
| symfony/finder | ^3.4 || ^4.0 |
| symfony/process | ^3.4 || ^4.0 |
| symfony/yaml | ^3.4 || ^4.0 |
| webmozart/assert | ^1.3 |
| 包名 | 版本要求 |
|---|---|
| helmich/phpunit-json-assert | ^2.1 || ^3.0 |
| phpunit/phpunit | ^7.5 |
| 许可证 | BSD-3-Clause |
|---|---|
| 发布时间 | 2019-08-24 12:08:51 |
| 类型 | library |