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!

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mahdi/testparty

V0.1.0 2023-10-30 22:05 UTC

This package is auto-updated.

Last update: 2025-12-29 03:54:49 UTC


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>

TestParty

License

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