public static function InstallTest::getInfo

Same name in this branch

File

drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php, line 24
Definition of Drupal\system\Tests\Module\InstallTest.

Class

InstallTest
Unit tests for module installation.

Namespace

Drupal\system\Tests\Module

Code

public static function getInfo() {
  return array(
    'name' => 'Module installation',
    'description' => 'Tests the installation of modules.',
    'group' => 'Module',
  );
}