public static function ParseInfoFileUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php, line 16
Definition of Drupal\system\Tests\Common\ParseInfoFileUnitTest.

Class

ParseInfoFileUnitTest
Tests the drupal_parse_info_file() API function.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Parsing .info files',
    'description' => 'Tests the drupal_parse_info_file() API function.',
    'group' => 'Common',
  );
}