phpunit-pretty-result-printer icon indicating copy to clipboard operation
phpunit-pretty-result-printer copied to clipboard

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!

Results 15 phpunit-pretty-result-printer issues
Sort by recently updated
recently updated
newest added

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...

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...

info needed

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...

enhancement

I have done this with another project and need to migrate that code to this repo

interface
future