Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infection/phpspec-adapter

PHPSpec Test Framework Adapter for Infection
https://github.com/infection/phpspec-adapter

Last synced: 6 days ago
JSON representation

PHPSpec Test Framework Adapter for Infection

Awesome Lists containing this project

README

        

[![CI](https://github.com/infection/phpspec-adapter/workflows/Tests/badge.svg?branch=master)](https://github.com/infection/phpspec-adapter)
[![Coverage Status](https://coveralls.io/repos/github/infection/phpspec-adapter/badge.svg?branch=master)](https://coveralls.io/github/infection/phpspec-adapter?branch=master)

# PHPSpec Test Framework Adapter for Infection

This is a repository for PHPSpec Test Framework Adapter

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

### Installation

All you need to install PHPSpec Test Framework adapter is to run:

```bash
composer require --dev infection/phpspec-adapter
```

It will be automatically registered in the Infection runtime.

### Infection - Mutation Testing Framework

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

Twitter: [@infection_php](http://twitter.com/infection_php)