public static function RegistryParseFileTestCase::getInfo

7.x registry.test public static RegistryParseFileTestCase::getInfo()

File

drupal-7.x/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'
  );
}