public static function SystemInfoAlterTestCase::getInfo

File

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

Class

SystemInfoAlterTestCase
Tests the effectiveness of hook_system_info_alter().

Code

public static function getInfo() {
  return array(
    'name' => 'System info alter',
    'description' => 'Tests the effectiveness of hook_system_info_alter().',
    'group' => 'System',
  );
}