public static function InstallerTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php, line 18
Contains \Drupal\system\Tests\InstallerTest.

Class

InstallerTest
Allows testing of the interactive installer.

Namespace

Drupal\system\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Installer tests',
    'description' => 'Tests the interactive installer.',
    'group' => 'Installer',
  );
}