public static function InfoFileParserTestCase::getInfo

File

drupal/modules/system/system.test, line 2272
Tests for system.module.

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