function ParseInfoFilesTestCase::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 2834
Class
- ParseInfoFilesTestCase
- Test the drupal_parse_info_file() API function.
Code
public static function getInfo() {
return array(
'name' => 'Parsing .info files',
'description' => 'Tests parsing .info files.',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.