public static function MenuTreeOutputTestCase::getInfo in Drupal 7
File
Class
- MenuTreeOutputTestCase
- Menu tree output related tests.
Code
public static function getInfo() {
return array(
'name' => 'Menu tree output',
'description' => 'Tests menu tree output functions.',
'group' => 'Menu',
);
}