You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Declaration of NyanCat\PHPUnit\ResultPrinter::addError(PHPUnit\Framework\Test $test, Exception $e, $time) must be compatible with PHPUnit\TextUI\ResultPrinter::addError(PHPUnit\Framework\Test $test, Throwable $t, float $time): void in /Users/renatog/Projects/JnJ/PGA/genius/drupal/vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php on line 181
#20
Open
renatog-cit opened this issue
Feb 11, 2020
· 0 comments
Result: PHP Fatal error: Declaration of NyanCat\PHPUnit\ResultPrinter::addError(PHPUnit\Framework\Test $test, Exception $e, $time) must be compatible with PHPUnit\TextUI\ResultPrinter::addError(PHPUnit\Framework\Test $test, Throwable $t, float $time): void in /Users/renatog/Projects/JnJ/PGA/genius/drupal/vendor/whatthejeff/nyancat-phpunit resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php on line 181
Do you know how we can solve it?
Thanks
The text was updated successfully, but these errors were encountered:
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 $e, $time) must be compatible with PHPUnit\TextUI\ResultPrinter::addError(PHPUnit\Framework\Test $test, Throwable $t, float $time): void in /Users/renatog/Projects/JnJ/PGA/genius/drupal/vendor/whatthejeff/nyancat-phpunit resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php on line 181
Do you know how we can solve it?
Thanks
The text was updated successfully, but these errors were encountered: