public static function InfoFileParserTestCase::getInfo

Archivo

drupal-7.x/modules/system/system.test, line 2060
Tests for system.module.

Class

InfoFileParserTestCase

Código

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