unisharp/test-stabilizer

There is no license information available for the latest version (v0.1.1) of this package.

v0.1.1 2017-12-12 06:48 UTC

This package is auto-updated.

Last update: 2024-04-25 02:32:14 UTC


README

Make your tests more stable.

Build Status

test-stabilizer

Installation

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"