mahdi / testparty
There is no license information available for the latest version (V0.1.0) of this package.
Celebrate your test victories with joy and flair!
V0.1.0
2023-10-30 22:05 UTC
Requires (Dev)
- phpunit/phpunit: ^10.4
README
Celebrate your PHP unit test successes with this delightful little package! It generates fun ASCII art when your tests pass.
Install
composer require mahdi/testparty --dev
Usage
You can add the package extension to your project's phpunit.xml file:
<phpunit> <!-- ... --> <extensions> <bootstrap class="Mahdi\Testparty\TestParty"></bootstrap> </extensions> <!-- ... --> </phpunit>
License
This package is open-sourced software licensed under the MIT license.