We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5a534 commit a54b0fdCopy full SHA for a54b0fd
README.md
@@ -48,6 +48,14 @@ php-cs-fixer --format=checkstyle | vendor/bin/cs2pr
48
49
... works for __any__ command which produces a checkstyle-formatted report.
50
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
59
## Example GithubAction workflow
60
61
```
0 commit comments