nyancat-phpunit-resultprinter
nyancat-phpunit-resultprinter copied to clipboard
Nyan Cat result printer for PHPUnit
- Fixed parameter type hinting - Fixed void returns - Updated composer settings - Updated phpunit xml config to v7
Hello guys! Congrats on your project. I'm trying to use but I got this error: Command ```$ vendor/bin/phpunit --configuration web/profile web/profiles/contrib/profile/modules/phpunit/tests/src/Unit/ClassTest.php``` Result: ```PHP Fatal error: Declaration of NyanCat\PHPUnit\ResultPrinter::addError(PHPUnit\Framework\Test $test, Exception...
https://github.com/JeroenDeDauw/nyancat-phpunit-resultprinter/
Composer installs phpUnit version 7.5 by default now. Method declarations on overridden methods no longer match and throw fatal errors. I have submitted a pull request that will fix the...
* Adds support for PHPUnit 7. * Important! * Beware the BC.
First than all, this is a great project. Thanks for your work. I only have one wish. I can't run your reporter library with the [`--testdox`](https://phpunit.de/manual/6.5/en/other-uses-for-tests.html) arg Actually I don't...