public static function MenuTrailByPathTestCase::getInfo in Menu Trail By Path 7.3
Same name and namespace in other branches
- 7.2 menu_trail_by_path.test \MenuTrailByPathTestCase::getInfo()
Make the test available to the Simpletest testing interface.
Return value
array
File
- ./
menu_trail_by_path.test, line 31 - Tests for menu_trail_by_path module.
Class
- MenuTrailByPathTestCase
- @file Tests for menu_trail_by_path module.
Code
public static function getInfo() {
return array(
'name' => 'Menu Trail By Path',
'description' => 'Tests for menu_trail_by_path module.',
'group' => 'Menu',
);
}