Change Humbug for Infection

This commit is contained in:
Théo FIDRY
2018-06-11 11:43:22 +01:00
committed by GitHub
parent feb05f2e0c
commit 3031b64c35

View File

@@ -15,7 +15,7 @@ libraries useful for any preferred approach taken.
* [Prophecy] is a highly opinionated yet very powerful and flexible PHP object mocking framework. It's integrated with
[PHPSpec] and can be used with [PHPUnit].
* [php-mock] is a library to help to mock PHP native functions.
* [Humbug] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
* [Infection] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
[Selenium]: http://seleniumhq.org/
@@ -25,5 +25,5 @@ libraries useful for any preferred approach taken.
[PHPSpec]: http://www.phpspec.net/
[Prophecy]: https://github.com/phpspec/prophecy
[php-mock]: https://github.com/php-mock/php-mock
[Humbug]: https://github.com/padraic/humbug
[Infection]: https://github.com/infection/infection
[Mutation Testing]: https://en.wikipedia.org/wiki/Mutation_testing