public static function RegistryParseFilesTestCase::getInfo

File

drupal/modules/simpletest/tests/registry.test, line 51

Class

RegistryParseFilesTestCase

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',
  );
}