public static function ThemeLinksTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 297 - Tests for the theme API.
Class
- ThemeLinksTest
- Unit tests for theme_links().
Code
public static function getInfo() {
return array(
'name' => 'Links',
'description' => 'Test the theme_links() function and rendering groups of links.',
'group' => 'Theme',
);
}