nyancat-phpunit-resultprinter icon indicating copy to clipboard operation
nyancat-phpunit-resultprinter copied to clipboard

PHPUnit 7 support

Open TiMESPLiNTER opened this issue 7 years ago • 3 comments

  • Adds support for PHPUnit 7.
  • Important!
  • Beware the BC.

TiMESPLiNTER avatar Feb 22 '18 13:02 TiMESPLiNTER

ping @whatthejeff please merge this PR, it's really important!

lex111 avatar Jun 01 '18 04:06 lex111

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.

JeroenDeDauw avatar Aug 13 '18 17:08 JeroenDeDauw

Released as v2.1.0: https://packagist.org/packages/jeroen/nyancat-phpunit-resultprinter

See also: https://github.com/whatthejeff/nyancat-phpunit-resultprinter/pull/17

JeroenDeDauw avatar Aug 13 '18 18:08 JeroenDeDauw