Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomasvotruba/phpunit-json-result

Print tests result in JSON in PHPUnit 10+ so other tools can use it
https://github.com/tomasvotruba/phpunit-json-result

json output php phpunit result

Last synced: 3 days ago
JSON representation

Print tests result in JSON in PHPUnit 10+ so other tools can use it

Awesome Lists containing this project

README

        

# PHPUnit Json Result Printer

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

## Install

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

## Usage

Register extension in your `phpunit.xml` file:

```xml

```