-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from infection/feature/add-readme
Add README.md
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters