If you look at the info.yml file for a test module such as
drupal/core/modules/block/tests/modules_block_test
you will see that it has a line saying:

package: Testing

However, the help_test module in core/modules/help/test_modules/help_test is missing this line. There are tests that use this to detect "real" vs. "test" modules, so this line needs to be added to the help_test.info.yml file.

CommentFileSizeAuthor
#2 2488632-2.patch402 bytesrpayanm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Hm. Hopefully anyway. Adding this line could cause problems in a test... but we'll know quickly.

rpayanm’s picture

Status: Active » Needs review
FileSize
402 bytes
tstoeckler’s picture

Status: Needs review » Reviewed & tested by the community

Awesome, thanks!

  • xjm committed 0f2768f on 8.0.x
    Issue #2488632 by rpayanm, jhodgdon: Help test module should be in the...
xjm’s picture

Status: Reviewed & tested by the community » Fixed

This issue only changes test code, 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. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.