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