Problem/Motivation
Drupal 11.3.x introduces some breaking changes to the interfaces, so we need to adapt the code to support it. However, it appears that this update also necessitates dropping support for Drupal 11.2.x.
Issue fork test_helpers-3566565
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
murzReleased version 1.7.0 that introduces support for Drupal 11.3.x. Unfortunately, some PHP interfaces from Drupal 11.2.x and 11.3.x are incompatible; therefore, 1.7.0 supports only Drupal 11.3.x branch.
Comment #6
murz