You are here

function MenuModuleInvalidPath::get_info in SimpleTest 6

Implementation of get_info() for information

File

tests/menu_module.test, line 244

Class

MenuModuleInvalidPath

Code

function get_info() {
  return array(
    'name' => t('Menu invalid path'),
    'desc' => 'Try to create a menu item with an invalid / inaccesible path.',
    'group' => 'Menu Module Tests',
  );
}