public static function DrupalRenderTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 1940 - Tests for common.inc functionality.
Class
- DrupalRenderTestCase
- Tests for drupal_render().
Code
public static function getInfo() {
return array(
'name' => 'drupal_render()',
'description' => 'Performs functional tests on drupal_render().',
'group' => 'System',
);
}