function MenuNodeTestCase::getInfo

File

modules/menu/menu.test, line 689

Class

MenuNodeTestCase
Test menu settings for nodes.

Code

public static function getInfo() {
    return array(
        'name' => 'Menu settings for nodes',
        'description' => 'Add, edit, and delete a node with menu link.',
        'group' => 'Menu',
    );
}

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