Too few arguments to function `PHPUnit\\TestRunner\\TestResult\\TestResult::__construct()`
Jacobs63 opened this issue · 0 comments
Jacobs63 commented
Q | A |
---|---|
ParaTest version | 7.2.8 |
PHPUnit version | 10.4.0 |
PHP version | 8.2.8. |
Summary
An invalid number of arguments is passed to the constructor of \PHPUnit\TestRunner\TestResult\TestResult
:
Too few arguments to function PHPUnit\\TestRunner\\TestResult\\TestResult::__construct(), 21 passed in /builds/<hidden_for_this_issue>/vendor/brianium/paratest/src/WrapperRunner/WrapperRunner.php on line 261 and exactly 22 expected
Current behavior
The parallel tests crash.
How to reproduce: command, code and error stack trace
Run tests.
Expected behavior
Test run without any issues.