function RenderElementTypesTestCase::getInfo

File

modules/simpletest/tests/theme.test, line 463

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.