public static function RenderElementTypesTestCase::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 440
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',
  );
}