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 Codedungeon\PHPUnitPrettyResultPrinter\ResultPrinter5::startTest(PHPUnit_Framework_Test $test) must be compatible with PHPUnit\TextUI\ResultPrinter::startTest(PHPUnit\Framework\Test $test): void in vendor/codedungeon/phpunit-result-printer/src/ResultPrinter5.php on line 11
#174
Open
kostajh opened this issue
Dec 1, 2021
· 0 comments
· May be fixed by #175
I get this error when invoking PHPUnit after following the README instructions to set printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer" in phpunit.xml.dist
What did you expect to happen?
For the tests to run.
Are you willing to submit a pull request to fix this bug?
Yes, incoming.
The text was updated successfully, but these errors were encountered:
What version of this package are you using?
0.31.0
What operating system, Node.js, and npm version?
macOS
node v12.21.0
6.14.11
What happened?
I get this error when invoking PHPUnit after following the README instructions to set
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
in phpunit.xml.distWhat did you expect to happen?
For the tests to run.
Are you willing to submit a pull request to fix this bug?
Yes, incoming.
The text was updated successfully, but these errors were encountered: