Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Feb 2026 at 17:30 UTC
Updated:
16 Mar 2026 at 09:30 UTC
Jump to comment: Most recent
Comments
Comment #2
dcam commentedComment #3
dcam commentedComment #4
scontzen commentedComment #6
scontzen commentedRestored
testHookAttribute()in its original position (aftertestProceduralHooksSkippedWhenConfigured(), beforetestHookFirst()). The method was accidentally removed in commit 308ad15 (#3495943). Test passes locally.Comment #7
smustgrave commentedSeems pretty straight forward adding the test back. Thanks @scontzen
Comment #8
nicxvan commentedThanks guys! Moving to extension since it's related to the hook attribute.
Comment #11
catchGood spot. Committed/pushed to main and 11.x, thanks! Good job it still passes..