You are here

public static property NoHelpTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/help/src/Tests/NoHelpTest.php \Drupal\help\Tests\NoHelpTest::modules

Modules to enable.

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

Type: array.

File

core/modules/help/src/Tests/NoHelpTest.php, line 26
Contains \Drupal\help\Tests\NoHelpTest.

Class

NoHelpTest
Verify no help is displayed for modules not providing any help.

Namespace

Drupal\help\Tests

Code

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