You are here

function MenuModuleTestCase::get_info in SimpleTest 6

Implementation of get_info() for information

1 method overrides MenuModuleTestCase::get_info()
MenuModuleCustomMenuTest::get_info in tests/menu_module.test
Implementation of get_info() for information

File

tests/menu_module.test, line 8

Class

MenuModuleTestCase

Code

function get_info() {
  return array(
    'name' => t('Menu link creation/deletion'),
    'desc' => t('Create two links in the Navigation menu, check their data, and delete them using the menu module UI.'),
    'group' => 'Menu Module Tests',
  );
}