Skip to content

Celebrate your test victories with joy and flair!

Notifications You must be signed in to change notification settings

mahdimirhendi/testParty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Celebrate your test victories with joy and flair!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages