Mercurial > hg > isophonics-drupal-site
comparison core/modules/help/tests/src/Functional/HelpTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 7a779792577d |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
16 * | 16 * |
17 * The help_test module implements hook_help() but does not provide a module | 17 * The help_test module implements hook_help() but does not provide a module |
18 * overview page. The help_page_test module has a page section plugin that | 18 * overview page. The help_page_test module has a page section plugin that |
19 * returns no links. | 19 * returns no links. |
20 * | 20 * |
21 * @var array. | 21 * @var array |
22 */ | 22 */ |
23 public static $modules = ['help_test', 'help_page_test']; | 23 public static $modules = ['help_test', 'help_page_test']; |
24 | 24 |
25 /** | 25 /** |
26 * Use the Standard profile to test help implementations of many core modules. | 26 * Use the Standard profile to test help implementations of many core modules. |