public static function RenderTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php, line 24
Definition of Drupal\system\Tests\Common\RenderTest.

Class

RenderTest
Tests drupal_render().

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'drupal_render()',
    'description' => 'Performs functional tests on drupal_render().',
    'group' => 'Common',
  );
}