diff options
Diffstat (limited to 'modules/help')
-rw-r--r-- | modules/help/help.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.test b/modules/help/help.test index 0c833f4e3..089bd4862 100644 --- a/modules/help/help.test +++ b/modules/help/help.test @@ -5,7 +5,7 @@ class HelpTestCase extends DrupalWebTestCase { protected $big_user; protected $any_user; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Help functionality'), 'description' => t('Verify help display and user access to help based on persmissions.'), |