public static function HelpTest::getInfo

File

drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php, line 37
Definition of Drupal\help\Tests\HelpTest.

Class

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

Namespace

Drupal\help\Tests

Code

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