Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I don't see how this test is useless. It tests half of hook_help(), the part appearing on admin/help. It ensures that modules don't just use it to add help to their custom pages, but also provide the overview help.
The linked issue is about testing the help added to custom pages.
Comments
Comment #2
sunTurns out this "wildcard" test does not actually test anything useful.
Comment #3
tim.plunkettI don't see how this test is useless. It tests half of hook_help(), the part appearing on admin/help. It ensures that modules don't just use it to add help to their custom pages, but also provide the overview help.
The linked issue is about testing the help added to custom pages.
Comment #4
jhedstromI think this test was determined to have value over in #2368277: HelpTest should not use standard profile.