public static function InfoFileParserTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2296 - Tests for system.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Info file format parser',
'description' => 'Tests proper parsing of a .info file formatted string.',
'group' => 'System',
);
}