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