public static function MenuTestCase::getInfo

7.x menu.test public static MenuTestCase::getInfo()

File

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

Class

MenuTestCase

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'
  );
}