public static function ThemeDebugMarkupTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 611 - Tests for the theme API.
Class
- ThemeDebugMarkupTestCase
- Tests for theme debug markup.
Code
public static function getInfo() {
return array(
'name' => 'Theme debug markup',
'description' => 'Tests theme debug markup output.',
'group' => 'Theme',
);
}