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: 4 months ago
JSON representation
Codewars result printer for PHPUnit
- Host: GitHub
- URL: https://github.com/codewars/phpunit-codewars
- Owner: codewars
- License: mit
- Created: 2020-04-09T00:10:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T23:07:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T12:46:25.172Z (10 months ago)
- Topics: code-runner, php, phpunit, test-reporting
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## codewars/phpunit-codewars
Provides `Codewars\PHPUnitCodewars\CodewarsResultPrinter`.
### Usage
CLI:
```
phpunit --printer Codewars\PHPUnitCodewars\CodewarsResultPrinter
```
With `phpunit.xml`:
```xml
```