Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/unisharp/test-stabilizer
- Owner: UniSharp
- License: mit
- Created: 2017-12-12T06:09:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T06:59:13.000Z (about 7 years ago)
- Last Synced: 2024-11-11T21:39:50.343Z (2 months ago)
- Topics: php, phpunit
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```