public static function MenuTestCase::getInfo

File

drupal/modules/menu/menu.test, line 14
Tests for menu.module.

Class

MenuTestCase
@file Tests for menu.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu link creation/deletion',
    'description' => 'Add a custom menu, add menu links to the custom menu and Navigation menu, check their data, and delete them using the menu module UI.',
    'group' => 'Menu',
  );
}