Celebrate your PHP unit test successes with this delightful little package! It generates fun ASCII art when your tests pass.
composer require mahdi/testparty --dev
You can add the package extension to your project's phpunit.xml
file:
<phpunit>
<!-- ... -->
<extensions>
<bootstrap class="Mahdi\Testparty\TestParty"></bootstrap>
</extensions>
<!-- ... -->
</phpunit>
This package is open-sourced software licensed under the MIT license.