Fixed
Project:
Drupal core
Version:
11.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2026 at 06:25 UTC
Updated:
21 Jul 2026 at 14:43 UTC
Jump to comment: Most recent
Follow up to #3583587: Convert some functional tests in system module to kernel tests
I have found 5 more tests in system module that can be converted. There are others that depend on #3566881: Add a submitForm() method to HttpKernelUiHelperTrait, but I'll open a separate issue so they can be postponed.
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
mstrelan commentedFail is unrelated. Opened #3609454: Convert functional tests in system module with submitForm to kernel tests for the submitForm tests.
Comment #4
dcam commentedThe changes look good, but I did notice one thing that I had a question about. I left it in a comment on the MR.
Comment #5
dcam commentedThe test that failed in both runs is in the list of known intermittent failures. But I ran it locally anyway and it passed.
Just for the sake of being thorough I checked the output of the Kernel test runs in the GitLab pipeline. All five moved tests are in the output. My feedback has been addressed and I didn't find anything else to comment about. This one looks good to me.
Comment #6
mstrelan commentedThanks for the thorough review and for following through checking the pipelines. ConfigInstallProfileOverrideTest seems to be failing almost every time for me lately.
Comment #10
catchCommitted/pushed to main and 11.x, thanks!