You are here

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

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

Modules to enable.

The help_test module implements hook_help() but does not provide a module overview page.

Type: array.

File

core/modules/help/src/Tests/HelpTest.php, line 27
Contains \Drupal\help\Tests\HelpTest.

Class

HelpTest
Verify help display and user access to help based on permissions.

Namespace

Drupal\help\Tests

Code

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