public static function DrupalSetContentTestCase::getInfo

File

drupal/modules/simpletest/tests/common.test, line 1267
Tests for common.inc functionality.

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