comparison core/modules/help/tests/src/Functional/HelpTest.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
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.
27 *
28 * @var string
27 */ 29 */
28 protected $profile = 'standard'; 30 protected $profile = 'standard';
29 31
30 /** 32 /**
31 * The admin user that will be created. 33 * The admin user that will be created.