public static function InfoFileParserTestCase::getInfo

7.x system.test public static InfoFileParserTestCase::getInfo()

File

drupal-7.x/modules/system/system.test, line 2060
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',
  );
}