phpunit-pretty-result-printer
phpunit-pretty-result-printer copied to clipboard
PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
Remind yourself what the symbols/markers you've chosen actually represent! ``` cd-printer-show-legend: true ``` [ ] Documentation update [ ] Bug fix [x] New feature [ ] Other, please explain: **What...
https://github.com/mikeerickson/phpunit-pretty-result-printer/blob/9e45322cca36496240cc7cc799c3d4045f21576d/src/Printer.php#L25 The same as #73 . We need to fix this issue, as our project is stick to PHP 7.0.
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [X] New feature [ ] Other, please explain:...
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [X] Other, please explain:...
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain:...
This is consistent with how other versions are checked, and also reduces esoteric bugs when PHPUnit_TextUI_ResultPrinter exists, even though the PHPUnit version is newer. **What is the purpose of this...
**What version of this package are you using?** 0.31.0 **What operating system, Node.js, and npm version?** macOS node v12.21.0 6.14.11 **What happened?** I get this error when invoking PHPUnit after...
The unguarded references to `PHPUnit\Runner\Version` in `src/Printer.php` mean that this doesn't work with any version of PHPUnit before the namespace refactor. Understandably this is a pretty old version and most...
I can see that we have some tests like this being displayed: `...lVerificationTypeTest`. Unfortunately, there are a few different classes ending with `VerificationTypeTest`, thus it's very hard to reason about...
I have done this with another project and need to migrate that code to this repo