public static function ThemeLinksTest::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 276
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',
  );
}