public static function InfoAlterTest::getInfo

File

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

Class

InfoAlterTest
Tests the effectiveness of hook_system_info_alter().

Namespace

Drupal\system\Tests\System

Code

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