Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codewars/phpunit-codewars
- Owner: codewars
- License: mit
- Created: 2020-04-09T00:10:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T23:07:16.000Z (about 1 year ago)
- Last Synced: 2024-11-28T23:23:53.898Z (2 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```