public static function RegistryParseFilesTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ registry.test, line 51
Class
Code
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',
);
}