Skip to content

Commit

Permalink
Merge pull request #1 from infection/feature/add-readme
Browse files Browse the repository at this point in the history
Add README.md
  • Loading branch information
maks-rafalko authored May 14, 2024
2 parents d41b2b7 + d2e37ee commit a6e8fa8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Mutator interface for Infection

This is a repository for `Mutator` interface to implement custom mutators (mutation operators).

![test-framework-adapter](./docs/test-framework-adapter.png)

### Installation

```bash
composer require --dev infection/mutator
```

### Infection - Mutation Testing Framework

Please read documentation here: [infection.github.io](http://infection.github.io)

* Twitter: [@infection_php][http://twitter.com/infection_php]
* Mastodon: [@infection_php][https://mastodon.social/@infection_php]
* Discord: https://discord.gg/ZUmyHTJ
* [Playground](https://infection-php.dev/) - try it right in your browser!
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infection/mutator",
"type": "library",
"description": "Mutator interface to implement custom mutator operators for Infection",
"description": "Mutator interface to implement custom mutators (mutation operators) for Infection",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down

0 comments on commit a6e8fa8

Please sign in to comment.