public static function ThemeItemListUnitTest::getInfo

7.x theme.test public static ThemeItemListUnitTest::getInfo()

File

drupal-7.x/modules/simpletest/tests/theme.test, line 238
Tests for the theme API.

Class

ThemeItemListUnitTest
Unit tests for theme_item_list().

Code

public static function getInfo() {
  return array(
    'name' => 'Theme item list',
    'description' => 'Test the theme_item_list() function.',
    'group' => 'Theme',
  );
}