Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infection/infection
PHP Mutation Testing library
https://github.com/infection/infection
ast coverage infection mutant mutation mutation-analysis mutation-testing php test-framework testing
Last synced: 2 days ago
JSON representation
PHP Mutation Testing library
- Host: GitHub
- URL: https://github.com/infection/infection
- Owner: infection
- License: bsd-3-clause
- Created: 2017-06-29T05:29:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T11:40:21.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:10:58.104Z (about 1 month ago)
- Topics: ast, coverage, infection, mutant, mutation, mutation-analysis, mutation-testing, php, test-framework, testing
- Language: PHP
- Homepage: https://infection.github.io
- Size: 47.4 MB
- Stars: 2,051
- Watchers: 34
- Forks: 161
- Open Issues: 116
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Infection - An AST-based PHP Mutation testing framework. (Table of Contents / Testing)
- awesome-projects - Infection - An AST-based PHP Mutation testing framework. (PHP / Testing)
- awesome-php - Infection - An AST-based PHP Mutation testing framework. (Table of Contents / Testing)
- awesome-php-cn - Infection - 一个AST-based PHP变异测试框架. (目录 / 测试 Testing)
README
[![Minimum PHP version: 8.1.0](https://img.shields.io/badge/php-8.1.0%2B-blue.svg)](https://packagist.org/packages/infection/infection)
[![Latest Stable Version](https://poser.pugx.org/infection/infection/v/stable)](https://packagist.org/packages/infection/infection)
[![Continuous Integration](https://github.com/infection/infection/workflows/Continuous%20Integration/badge.svg)](https://github.com/infection/infection/actions)
[![Build Status](https://travis-ci.org/infection/infection.svg?branch=master)](https://travis-ci.org/infection/infection)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/infection/infection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/infection/infection/?branch=master)
[![Infection MSI](https://img.shields.io/endpoint?url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Finfection%2Finfection%2Fmaster)](https://infection.github.io)
[![codecov](https://codecov.io/gh/infection/infection/branch/master/graph/badge.svg)](https://codecov.io/gh/infection/infection)
[![Slack channel: #infection on the Symfony slack](https://img.shields.io/badge/slack-%23infection-green.svg?style=flat-square)](https://symfony.com/slack-invite)
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/)# Infection - Mutation Testing framework
Please read documentation here: [infection.github.io][doc]
* Twitter: [@infection_php][twitter]
* Mastodon: [@infection_php][mastodon]
* Discord: https://discord.gg/ZUmyHTJ
* [Playground](https://infection-php.dev/) - try it right in your browser!### Contributing
Infection is an open source project that welcomes pull requests and issues from anyone. Before
opening pull requests, please consider reading our short [Contribution Guide][contribution guide].### Credits
This project is highly inspired from Pádraic Brady ([@padraic][padraic])'s [Humbug library][humbug].
Humbug has since then been discontinued in favour of this project.[doc]: http://infection.github.io
[contribution guide]: .github/CONTRIBUTING.md
[humbug]: https://github.com/humbug/humbug
[padraic]: https://github.com/padraic
[twitter]: http://twitter.com/infection_php
[mastodon]: https://mastodon.social/@infection_php