public static function ShortcutLinksTest::getInfo

File

drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php, line 15
Definition of Drupal\shortcut\Tests\ShortcutLinksTest.

Class

ShortcutLinksTest
Defines shortcut links test cases.

Namespace

Drupal\shortcut\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Shortcut link functionality',
    'description' => 'Create, view, edit, delete, and change shortcut links.',
    'group' => 'Shortcut',
  );
}