public static function DrupalRenderTestCase::getInfo

7.x common.test public static DrupalRenderTestCase::getInfo()

File

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