public static function HelpTestCase::getInfo

File

drupal/modules/help/help.test, line 22
Tests for help.module.

Class

HelpTestCase
Tests help display and user access for all modules implementing help.

Code

public static function getInfo() {
  return array(
    'name' => 'Help functionality',
    'description' => 'Verify help display and user access to help based on permissions.',
    'group' => 'Help',
  );
}