Skip to content

Commit a54b0fd

Browse files
authored
Describe alternatives for phpunit
1 parent 3e5a534 commit a54b0fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ php-cs-fixer --format=checkstyle | vendor/bin/cs2pr
4848

4949
... works for __any__ command which produces a checkstyle-formatted report.
5050

51+
## phpunit support?
52+
53+
PHPUnit does not support checkstyle, therefore cs2pr will not work for you.
54+
55+
you might instead try
56+
- a [problem matcher](https://github.com/shivammathur/setup-php#problem-matchers)
57+
- [phpunit-github-actions-printer](https://github.com/mheap/phpunit-github-actions-printer)
58+
5159
## Example GithubAction workflow
5260

5361
```

0 commit comments

Comments
 (0)