function MenuModuleCustomMenuTest::get_info in SimpleTest 6
Implementation of get_info() for information
Overrides MenuModuleTestCase::get_info
File
- tests/
menu_module.test, line 88
Class
Code
function get_info() {
return array(
'name' => t('Custom menu creation/deletion'),
'desc' => t('Create a custom menu, add a link to it, and delete it using the menu module UI.'),
'group' => 'Menu Module Tests',
);
}