mahdi / testparty
Celebrate your test victories with joy and flair!
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mahdi/testparty
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.