public static function ThemeItemListUnitTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 268 - 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',
);
}