unisharp / test-stabilizer
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 10
Forks: 0
Open Issues: 0
pkg:composer/unisharp/test-stabilizer
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: 2025-09-25 05:35:22 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"