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