public static function MenuRebuildTestCase::getInfo in Drupal 7
File
Class
- MenuRebuildTestCase
- Tests rebuilding the menu by setting 'menu_rebuild_needed.'
Code
public static function getInfo() {
return array(
'name' => 'Menu rebuild test',
'description' => 'Test rebuilding of menu.',
'group' => 'Menu',
);
}