nyancat-phpunit-resultprinter
nyancat-phpunit-resultprinter copied to clipboard
PHPUnit 7 support
- Adds support for PHPUnit 7.
- Important!
- Beware the BC.
ping @whatthejeff please merge this PR, it's really important!
This actually no longer works due to "syntaxCheck" usage now throwing a warning. Also writeProgress
is missing a string
type hint. No idea why the tests did not catch that. They do when I run them now though. I've pulled the two commits from this PR, fixed the mentioned issues and will do a release of https://github.com/JeroenDeDauw/nyancat-phpunit-resultprinter as jeroen/nyancat-phpunit-resultprinter
. I rather not fork but it seems that Jeff no longer has the time or inclination to maintain this package. Happy to have the fork merged back into the main repo here.
Released as v2.1.0: https://packagist.org/packages/jeroen/nyancat-phpunit-resultprinter
See also: https://github.com/whatthejeff/nyancat-phpunit-resultprinter/pull/17