You are here

public static function MenuIncTestCase::getInfo in SimpleTest 7

File

tests/menu.test, line 9
Provides SimpleTests for menu.inc.

Class

MenuIncTestCase
@file Provides SimpleTests for menu.inc.

Code

public static function getInfo() {
  return array(
    'name' => 'Hook menu tests',
    'description' => 'Test menu hook functionality.',
    'group' => 'Menu',
  );
}