You are here

public static function MenuNodeAPIBasicTestCase::getInfo in Menu Node API 7

File

tests/menu_node.test, line 140
Simpletest for Menu Node API.

Class

MenuNodeAPIBasicTestCase
Inherit methods from the parent class and test core module.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu Node API basic testing',
    'description' => 'Test mapping of nodes to menu items.',
    'group' => 'Menu Node',
  );
}