public static function SystemInfoAlterTestCase::getInfo

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

File

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