You are here

public static function SystemInfoAlterTestCase::getInfo in Drupal 7

File

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