public static function RenderElementTypesTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 461 - Tests for the theme API.
Class
- RenderElementTypesTestCase
- Tests the markup of core render element types passed to drupal_render().
Code
public static function getInfo() {
return array(
'name' => 'Render element types',
'description' => 'Tests the markup of core render element types passed to drupal_render().',
'group' => 'Theme',
);
}