- Issue created by @smustgrave
Follow up from π UI: Rename 'menu items' to 'menu links' for more consistency Needs work
from @quietone
There are two instances in tests.
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php: $this->assertSession()->pageTextContains('Edit menu item');
core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php: $this->assertSession()->pageTextContains('Menu item description text');
The first one is in an if block in a test that is never reached. That method was committed years ago and may need to examined in another issue. The second is is testing strings from a test module, but the method, doTestDescriptionMenuItems, the assertion is in is never called.
N/A
Replace use of Menu items
Do it
Review
N/A
N/A
N/A
N/A
N/A
Active
11.0 π₯
menu system
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.