Open tenzap opened 1 year ago
All commits except one work also when run on phpunit9.
The one that doesn't work with phpunit9 is the one changing for assertObjectHasProperty
All commits except one work also when run on phpunit9. The one that doesn't work with phpunit9 is the one changing for
assertObjectHasProperty
Commit updated, it should now run on older phpunit versions too.
This will fix the errors, warning & deprecations when testing with phpunit10 Pick whatever you may find relevant and a correct fix.
It is assumed this is run with phpunit 10.2 & php 8.2 (and that the php8.2 fixes of #6173 are already applied.
Might close #6219