Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codewars/phpunit-codewars

Codewars result printer for PHPUnit
https://github.com/codewars/phpunit-codewars

code-runner php phpunit test-reporting

Last synced: 6 days ago
JSON representation

Codewars result printer for PHPUnit

Awesome Lists containing this project

README

        

## codewars/phpunit-codewars

Provides `Codewars\PHPUnitCodewars\CodewarsResultPrinter`.

### Usage

CLI:
```
phpunit --printer Codewars\PHPUnitCodewars\CodewarsResultPrinter
```

With `phpunit.xml`:
```xml

```