- Issue created by @jonathan1055
PHPunit tests at Drupal 11.2 (which is "next minor") produce the following:
Autoloading hooks in the file (modules/custom/scheduler/scheduler.tokens.inc) is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Move the functions in this file to either the .module file or other appropriate location. See https://www.drupal.org/node/3489765
Change record https://www.drupal.org/node/3489765 →
Scheduler it not the only module with this problem. Several of the 3rd-party modules we use in testing also need to fix this:
Active
2.0
Code