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

Make result printer compatible with phpUnit version 7

Open jimigrunge opened this issue 6 years ago • 6 comments

  • Fixed parameter type hinting
  • Fixed void returns
  • Updated composer settings
  • Updated phpunit xml config to v7

jimigrunge avatar Jan 24 '19 15:01 jimigrunge

Looks good to me, please merge :-9

amenk avatar Feb 11 '19 13:02 amenk

PHPUnit 7 support is here https://github.com/JeroenDeDauw/nyancat-phpunit-resultprinter

JeroenDeDauw avatar Apr 15 '19 21:04 JeroenDeDauw

Thanks @JeroenDeDauw! I'm using your fork <3

May you update it to work with PHPUnit 9 as well?

malukenho avatar Feb 24 '20 17:02 malukenho

I just made a new release that adds compat with PHPUnit 8. Getting PHPUnit 9 to work looks rather involved and I do not currently have the time to spend on that. Pull requests welcome though!

JeroenDeDauw avatar Feb 25 '20 00:02 JeroenDeDauw

@JeroenDeDauw May you enable issue creation on your Fork, so we can continue there?

malukenho avatar Feb 25 '20 17:02 malukenho

Huh. Did not realize those where disabled. Here you go: https://github.com/JeroenDeDauw/nyancat-phpunit-resultprinter/issues

JeroenDeDauw avatar Feb 25 '20 22:02 JeroenDeDauw