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.9.0-beta.2"
| 包名 | 版本要求 |
|---|---|
| composer/xdebug-handler | ^1.1 |
| nikic/php-parser | ^4.0 |
| ocramius/package-versions | ^1.2 |
| padraic/phar-updater | ^1.0.4 |
| php | ^7.0 |
| pimple/pimple | ^3.2 |
| sebastian/diff | ^1.4 || ^2.0 || ^3.0 |
| symfony/console | ^3.2 || ^4.0 |
| symfony/filesystem | ^3.2 || ^4.0 |
| symfony/finder | ^3.2 || ^4.0 |
| symfony/process | ^3.2 || ^4.0 |
| symfony/yaml | ^3.2 || ^4.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.1 |
| phpunit/phpunit | ^6 |
| 许可证 | BSD-3-Clause |
|---|---|
| 发布时间 | 2018-06-10 19:45:15 |
| 类型 | library |