You are here

public static function ShortcutSetsTestCase::getInfo in Drupal 7

File

modules/shortcut/shortcut.test, line 232
Tests for shortcut.module.

Class

ShortcutSetsTestCase
Defines shortcut set test cases.

Code

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