function HelpTestCase::getInfo

File

modules/help/help.test, line 27

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

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