Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2015 at 22:47 UTC
Updated:
31 May 2015 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromThis gets all tests passing but one, and I'm not immediately clear if the failing test is actually correct in its assumption.
Comment #3
jhedstromThis gets the tests green, but fundamentally changes the nature of the last assertion (previously looking for the top-level parent, now it looks for the immediate parent).
Comment #4
grendzy commentedYes, I agree that MenuLinkInterface::getParent is intended to return the immediate parent. RTBC!
Comment #5
xjmNice find! And thank you for documenting when the regression was introduced; definitely helpful for reviewing this. This issue only improves test coverage, so per https://www.drupal.org/core/beta-changes, this can be completed any time during the Drupal 8 beta phase. Committed and pushed to 8.0.x.