public static function ShortcutLinksTestCase::getInfo
7.x shortcut.test | public static ShortcutLinksTestCase::getInfo() |
File
- drupal-7.x/
modules/ shortcut/ shortcut.test, line 104 - Tests for shortcut.module.
Class
- ShortcutLinksTestCase
- Defines shortcut links test cases.
Code
public static function getInfo() {
return array(
'name' => 'Shortcut link functionality',
'description' => 'Create, view, edit, delete, and change shortcut links.',
'group' => 'Shortcut',
);
}