bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Fix tests with phpunit10 #6220

Open tenzap opened 1 year ago

tenzap commented 1 year ago

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

tenzap commented 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

tenzap commented 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

Commit updated, it should now run on older phpunit versions too.