saleen/phpunit-json-result

Print your PHPUnit results in JSON file

v0.1.2 2025-02-04 19:36 UTC

This package is auto-updated.

Last update: 2025-09-05 21:26:18 UTC


README

The tools can communicate with API using JSON.

This package requires PHPUnit 10+ and PHP 8.2+.

Install

composer require --dev saleen/phpunit-json-result

Usage

Register extension in your phpunit.xml file:

<extensions>
    <bootstrap class="Saleen\PHPUnitJsonResult\PHPUnitJsonResultExtension" />
</extensions>