You are here

public static function RegistryParseFileTestCase::getInfo in SimpleTest 7

File

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