function DrupalSetContentTestCase::getInfo

File

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

Class

DrupalSetContentTestCase
Testing drupal_add_region_content and drupal_get_region_content.

Code

public static function getInfo() {
    return array(
        'name' => 'Drupal set/get regions',
        'description' => 'Performs tests on setting and retrieiving content from theme regions.',
        'group' => 'System',
    );
}

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