Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unisharp/test-stabilizer

Make your tests more stable.
https://github.com/unisharp/test-stabilizer

php phpunit

Last synced: 12 days ago
JSON representation

Make your tests more stable.

Awesome Lists containing this project

README

        

# PHPUnit Stabilizer

Make your tests more stable.

[![Build Status](https://travis-ci.org/UniSharp/test-stabilizer.svg?branch=master)](https://travis-ci.org/UniSharp/test-stabilizer)

![test-stabilizer](https://i.imgur.com/1CSkLH5.png)

## Installation

```bash
composer require unisharp/test-stabilizer --dev
```

Once installed, add the following attributes to the element in your phpunit.xml file:

```
printerFile="vendor/unisharp/test-stabilizer/src/PHPUnit/ResultPrinter.php"
printerClass="UniSharp\PHPUnit\ResultPrinter"
```