public static function AdminMenuLinkTypesTestCase::getInfo in Administration menu 7.3
Same name and namespace in other branches
- 6.3 tests/admin_menu.test \AdminMenuLinkTypesTestCase::getInfo()
File
- tests/
admin_menu.test, line 392 - Tests for the Administration menu module.
Class
- AdminMenuLinkTypesTestCase
- Tests appearance of different types of links.
Code
public static function getInfo() {
return array(
'name' => 'Link types',
'description' => 'Tests appearance of different types of links.',
'group' => 'Administration menu',
);
}