public static function DrupalSetContentTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common.test, line 1060 - Tests for common.inc functionality.
Class
- DrupalSetContentTestCase
- Testing drupal_add_region_content and drupal_get_region_content.
Código
public static function getInfo() {
return array(
'name' => 'Drupal set/get regions',
'description' => 'Performs tests on setting and retrieiving content from theme regions.',
'group' => 'System',
);
}