public static function ModulesDisabledUpgradePathTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php, line 17
Definition of Drupal\system\Tests\Upgrade\ModulesDisabledUpgradePathTest.

Class

ModulesDisabledUpgradePathTest
Tests upgrading with all non-required modules installed but disabled.

Namespace

Drupal\system\Tests\Upgrade

Code

public static function getInfo() {
  return array(
    'name' => 'Modules disabled upgrade test',
    'description' => 'Upgrade path test for disabled modules.',
    'group' => 'Upgrade path',
  );
}