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