Closed (fixed)
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Feb 2026 at 17:02 UTC
Updated:
18 Mar 2026 at 20:10 UTC
Jump to comment: Most recent
Made this one a larger scope as I intend to work on it the lib deprecations have not been straight forward.
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 #2
smustgrave commentedReplaced theme with session as @nicxvan and @berdir may be working on the theme stuff.
Comment #4
smustgrave commentedBelieve this one is ready
Comment #5
dcam commentedI left a few comments on the MR.
Also, there's a lingering reference to
TestDiscovery::getTestClasses()inMissingGroupException. See https://git.drupalcode.org/project/drupal/-/blob/main/core/lib/Drupal/Co....Comment #6
smustgrave commentedThanks for the great review!
Comment #7
dcam commentedSorry, one more change needed.
Comment #8
smustgrave commentedThanks!
Comment #9
dcam commentedFeedback was addressed. LGTM.
Comment #10
smustgrave commentedRebased
Comment #11
catchOne question on the MR.
Comment #12
smustgrave commentedAdded a typeError, change thought was small enough to go back to RTBC. If I'm wrong I apologize
Comment #13
mondrakeMmmm I think we're removing too much from the testing framework here. Please cross-check with #3550268: Remove deprecated paths from the testing framework. For instance, core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php should not be completely removed IMHO.
Comment #14
smustgrave commentedI'll pull out lib/Test and replace with something else to not cross streams.
Comment #19
smustgrave commentedComment #20
smustgrave commentedComment #21
dcam commentedI found several items to look at and left comments for them on the MR.
Comment #22
smustgrave commentedThanks!
Comment #23
dcam commentedI reviewed the additional changes. My feedback on them has been addressed. They look good to me.
Comment #24
smustgrave commentedRebased with the latest removals.
Comment #27
catchCommitted/pushed to main, thanks!