function RegistryParseFileTestCase::getInfo

File

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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.