public static function NoHelpTestCase::getInfo in Drupal 7
File
- modules/
help/ help.test, line 114 - Tests for help.module.
Class
- NoHelpTestCase
- Tests a module without help to verify it is not listed in the help page.
Code
public static function getInfo() {
return array(
'name' => 'No help',
'description' => 'Verify no help is displayed for modules not providing any help.',
'group' => 'Help',
);
}