Simpletest Test modules not hidden

Created on 12 September 2022, over 2 years ago
Updated 17 January 2024, about 1 year ago

Problem/Motivation

The following test modules are not set to hidden -

  • system_admin_test
  • system_null_version_test
  • system_requires_null_version_test

Although these do not show up on the admin/modules page, they do, however, appear if a contributed module overrides that page such as the Module Filter module.

Steps to reproduce

Either install the Module Filter on any Drupal installation and navigate to admin/modules, or see the code

  • modules/simpletest/tests/system_admin_test.info
  • modules/simpletest/tests/system_null_version_test.info
  • modules/simpletest/tests/system_requires_null_version_test.info

and the info file will say hidden = FALSE instead of hidden = TRUE.

Proposed resolution

Change the 3 info files listed above to say
hidden = TRUE

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom DrupalGideon London

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024