public static function NoHelpTest::getInfo

File

drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php, line 31
Definition of Drupal\help\Tests\NoHelpTest.

Class

NoHelpTest
Tests a module without help to verify it is not listed in the help page.

Namespace

Drupal\help\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'No help',
    'description' => 'Verify no help is displayed for modules not providing any help.',
    'group' => 'Help',
  );
}