public static function RegistryParseFilesTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ registry.test, line 51
Class
Código
public static function getInfo() {
return array(
'name' => 'Registry parse files test',
'description' => 'Read two a simple files from disc, and check that their resources are saved to the database.',
'group' => 'System',
);
}