- Issue created by @tr
Automatically closed - issue fixed for 2 weeks with no activity.
PHPUnit, 10.5 is currently used for Drupal 11 testing.
This version of PHPUnit has some deprecated methods, which currently show up in our tests
See https://github.com/sebastianbergmann/phpunit/issues/5423 for the methods and their replacements.
I think these replacements are still valid for PHPUnit 9.6, which is what Drupal uses for Drupal 10 testing, so here's a MR to make these changes and see if it removed the errors without generating new ones.
Active
4.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.