comparison core/modules/help/tests/src/Functional/NoHelpTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
14 /** 14 /**
15 * Modules to enable. 15 * Modules to enable.
16 * 16 *
17 * Use one of the test modules that do not implement hook_help(). 17 * Use one of the test modules that do not implement hook_help().
18 * 18 *
19 * @var array. 19 * @var array
20 */ 20 */
21 public static $modules = ['help', 'menu_test']; 21 public static $modules = ['help', 'menu_test'];
22 22
23 /** 23 /**
24 * The user who will be created. 24 * The user who will be created.