public static property NoHelpTest::$modules

Modules to enable.

Use one of the test modules that do not implement hook_help().

Type: array.

File

drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php, line 24
Definition of Drupal\help\Tests\NoHelpTest.

Class

NoHelpTest
Tests a module without help to verify it is not listed in the help page.

Namespace

Drupal\help\Tests

Code

public static $modules = array(
  'menu_test',
);