function DrupalRenderTestCase::getInfo

File

modules/simpletest/tests/common.test, line 2067

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

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