Fixed
Project:
Drupal core
Version:
11.x-dev
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2026 at 08:33 UTC
Updated:
10 Apr 2026 at 09:51 UTC
Jump to comment: Most recent
Move tests of Search functionality to the Search module.
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
quietone commentedComment #4
quietone commentedComment #5
quietone commentedComment #6
quietone commentedComment #7
smustgrave commentedLooks like a good chunk of tests. See nothing more to contribute
Comment #10
catchCommitted/pushed to main, thanks!
Comment #15
catchThis introduced some namespace mis-matches which weren't caught but the original MR run, see this against 11.x https://git.drupalcode.org/project/drupal/-/pipelines/783195/test_report...
Reverting for now so we can fix them here prior to recommit.
Comment #17
smustgrave commentedFelt obligated to try and fix as I RTBC it. And see that core/modules/search/tests/src/Functional/SearchNodeTranslationUITest.php was pointed to node
Comment #18
smustgrave commentedNo more namespace problem.
Comment #21
catchLet's try again.
Comment #30
catchNo that didn't fix it. Not sure why the MR runs are passing then this only shows up on MR runs against 11.x in different issues.
ViewsMultilingualTest is also in the wrong namespace.
Comment #32
quietone commentedTrying again
Comment #33
smustgrave commentedSorry about that I shouldn’t have relied on the green MR yesterday.
Third time is the charm.
Comment #34
catchMR looks like it still has the same issue to me.
Comment #35
smustgrave commentedOH dammit I'll fix as it might be the AM for quietone
Comment #36
smustgrave commentedAlso fixed SearchEntityOperationsCacheabilityTest and NodeSearchTest
Lets see what the pipelines say.
Comment #37
smustgrave commentedthat better?
Comment #38
catchStill doesn't look right to me - see comments on the MR.
Comment #39
quietone commentedNot again!
Comment #40
smustgrave commentedIs anyone concerned that the pipeline is green every time?
Comment #41
catchIt looks like the test coverage we have for this only works on 11.x and not 12.x, this test kept causing test failures on the 11.x backport of #3390193: Add a drupalGet() method to KernelTestBase. I think we should open a new issue to investigate why it's passing against main.
Haven't reviewed the latest version yet.
Comment #42
smustgrave commentedRebased
Comment #43
amateescu commentedReviewed the MR.
Comment #44
smustgrave commentedPushed the feedback.
Comment #46
amateescu commentedCommitted 53a3a0d and pushed to main. Thanks!
We need a 11.x MR here because the phpstan baseline change doesn't apply.
Comment #48
quietone commentedRestoring RTBC because the rebase only required the baseline to be rebuilt.
Comment #50
amateescu commentedCommitted 597ab5e and pushed to 11.x. Thanks!