Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/infection/phpspec-adapter
- Owner: infection
- License: bsd-3-clause
- Created: 2020-02-16T12:21:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T10:20:49.000Z (3 months ago)
- Last Synced: 2024-10-29T18:43:39.571Z (14 days ago)
- Language: PHP
- Size: 314 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)