<div dir="ltr"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">...<br><br>=> But phpunit had further issues.<br>The new fails now seem like legitimate test-errors vs the new version:<br>- Exception: Serialization of 'ReflectionClass' is not allowed<br>- Deprecated: Function ReflectionType::__toString() is deprecated ...<br>At least all 39 errors are about the same two things above, so one fix should do it for all.<br>=> <a href="https://github.com/sebastianbergmann/global-state/issues/21" target="_blank">https://github.com/sebastianbergmann/global-state/issues/21</a><br>This identified it would work with<br>          "sebastian/global-state": "^2.0 || ^3.0",<br>In packaging terms that means we might need:<br> phpunit-global-state | 3.0.0-2build3             | focal-proposed/universe | source, all<br>I've triggered the tests including that also.<br>=> The results with that is further but not done yet.<br>It seems there are a bunch of php7.4 issues where signatures change. Examples:<br>--- Expected<br>+++ Actual<br>-'Argument #2 (No Value) of PHPUnit\Framework\Assert::assertCount() must be a countable or iterable'<br>+'Argument #2 of PHPUnit\Framework\Assert::assertCount() must be a countable or iterable'<br>But as we learned from other threads in this whole topic there also is a new phpunit - lets add that as well.<br>=> These tests are still ongoing - I'll reply later<br></div></blockquote><div><br></div>For the php-unit tests combining xdebug + php-defaults + phpunit-global-state + phpunit worked. Triggering that on all architectures now.<br><br><div>=> These tests are good now, done</div><div><br></div><div><br></div></div></div>