Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
menu system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jan 2024 at 19:23 UTC
Updated:
15 Feb 2024 at 22:44 UTC
Jump to comment: Most recent
Comments
Comment #3
longwaveComment #4
smustgrave commentedSeems to have a failure.
Comment #6
akhil babuI have removed the commented code in
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php. Also fixed coding standard errors.Comment #7
akhil babuComment #8
longwaveReverted the out of scope changes, fixed the other issues.
Comment #9
smustgrave commentedThanks @longwave, reviewing MR I see green and don't see any coverage is lost.
Comment #11
catchThis is nearly as big a diff as all the other MRs combined, who knew menu tests were relying on it so much, but mostly shifting from expects/withConsecutive to ::shouldBeCalled() feels like a small net improvement much like the other issues. Committed/pushed to 11.x, thanks!