Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 648 Bytes

Test Party

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>

TestParty

License

This package is open-sourced software licensed under the MIT license.