You are here

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

File

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

Class

MenuNodeAPIHookTestCase
Inherit methods from the parent class and test API module.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu Node API module hooks',
    'description' => 'Test Menu Node API hooks.',
    'group' => 'Menu Node',
  );
}