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
Requires (Dev)
- php: ^7.0
- doctrine/instantiator: 1.0.5
- mockery/mockery: ^1.0
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-10-25 03:44:14 UTC
README
Make your tests more stable.
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"