public static function MenuTest::getInfo

Same name in this branch

File

drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php, line 28
Definition of Drupal\menu\Tests\MenuTest.

Class

MenuTest

Namespace

Drupal\menu\Tests

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 Tools menu, check their data, and delete them using the menu module UI.',
    'group' => 'Menu',
  );
}