public static function MenuIncTestCase::getInfo in SimpleTest 7
File
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',
);
}