function MenuTestCase::getInfo

File

modules/menu/menu.test, line 14

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.