You are here

public static function RegistryParseFileTestCase::getInfo in Drupal 7

File

modules/simpletest/tests/registry.test, line 4

Class

RegistryParseFileTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Registry parse file test',
    'description' => 'Parse a simple file and check that its resources are saved to the database.',
    'group' => 'System',
  );
}