Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
text.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2025 at 17:31 UTC
Updated:
21 Sep 2026 at 15:05 UTC
Jump to comment: Most recent
Comments
Comment #2
penyaskitoComment #3
wim leersComment #4
avpadernoComment #8
penyaskitoComment #9
smustgrave commentedStill need to look into test failures, may have to put a check in if the service is missinh
Comment #10
smustgrave commentedOkay now hopefully should be good. Wrapped everything in a hasService check. Thought about updating the tests but could be real scenario that someone doesn't have filter installed I suppose.
Comment #11
penyaskitoComment #12
godotislateDidn't get any other committer opinions in Slack, so let's just adjust the Kernel tests to include
filterand remove the wrapping conditiona. It's not expected fortextto be installed withoutfilteranyway, since the latter is a dependency of the former.Comment #13
smustgrave commentedSince this was just fixing tests hope ok to mark mysel
Comment #16
godotislateCommitted and pushed e09f5a6 to main and f2eae5f to 11.x. Thanks!
Comment #18
smustgrave commentedFingers crossed this doesn't break 11.x
Comment #20
catchThis did break 11.x - lots of kernel test failures (I think), reverting to confirm it's definitely the problem.
Comment #21
smustgrave commentedAs I discovered doing the text_with_summary move a lot of migrate tests never declared filter. Hopefully when that lands this will be easy to see what's left.
Comment #23
smustgrave commentedWoo! Think the text_with_summary ticket knocked them all out as I'm getting a green pipeline for 11.x
Comment #25
godotislateCommitted 02522d6 and pushed to 11.x. Thanks!