public static function ThemeTableTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 173 - Tests for the theme API.
Class
- ThemeTableTestCase
- Unit tests for theme_table().
Code
public static function getInfo() {
return array(
'name' => 'Theme Table',
'description' => 'Tests built-in theme functions.',
'group' => 'Theme',
);
}