function NoHelpTestCase::getInfo

File

modules/help/help.test, line 119

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.