https://github.com/unisharp/test-stabilizer
Make your tests more stable.
https://github.com/unisharp/test-stabilizer
php phpunit
Last synced: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T06:59:13.000Z (over 7 years ago)
- Last Synced: 2025-01-10T12:48:45.832Z (4 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.
[](https://travis-ci.org/UniSharp/test-stabilizer)

## 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"
```