Problem/Motivation
Wanting to do a small change for PHPStan, https://git.drupalcode.org/project/menu_per_role/-/merge_requests/15, It demonstrated that tests are failing on core 10.3.
Issue fork menu_per_role-3456797
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 #3
grimreaperI managed to fix some changes but I have not been able to find the root cause of the remaining failures yet.
Comment #4
grimreaperAlso maybe need to create a new branch with 10.3 minimum requirements and on 8.x-1.x ensure tests are executed on core 10.2.
Comment #5
niber commentedComment #6
niber commentedComment #7
grask0 commentedComment #8
grask0 commentedHello,
I added full support for running the automated test suite against Drupal 10.2. This includes updates to the CI configuration, so that tests are executed and validated specifically on Drupal 10.2.
Comment #9
snap_xChanges look good to me. Thanks @grask0
Comment #11
grask0 commentedMerged!
Comment #13
grimreaperHi,
Thanks for your work.
The original problem was to ensure tests are green on the latest Core version.
I guess that tests remains broken on 10.3 and above.
Comment #14
grimreaperRemarking as fixed.
Update for 10.3 to be done in #3456786: Remove user 1 special behavior