public static function DrupalSetContentTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 1306 - 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',
);
}