function InfoFileParserTestCase::getInfo

File

modules/system/system.test, line 2367

Class

InfoFileParserTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Info file format parser',
        'description' => 'Tests proper parsing of a .info file formatted string.',
        'group' => 'System',
    );
}

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