Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 388 Bytes

PHPUnit Json Result Printer

Other PHP CLI tool can communicate with API using JSON. Why not PHPUnit?

Install

composer require --dev tomasvotruba/phpunit-json-result-printer

Usage

Register extension in your phpunit.xml file:

<extensions>
    <bootstrap class="TomasVotruba\PHPUnitJsonResultPrinter\PHPUnitJsonResultPrinterExtension" />
</extensions>