public static function BareMinimalUpgradePathTest::getInfo

2 methods override BareMinimalUpgradePathTest::getInfo()
BareMinimalAnonymousUpgradePathTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php
BareMinimalNoConfigUpgradePathTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php, line 20
Contains \Drupal\system\Tests\Upgrade\BareMinimalUpgradePathTest.

Class

BareMinimalUpgradePathTest
Performs major version release upgrade tests on a bare database.

Namespace

Drupal\system\Tests\Upgrade

Code

public static function getInfo() {
  return array(
    'name' => 'Basic minimal profile upgrade path, bare database',
    'description' => 'Basic upgrade path tests for a minimal profile install with a bare database.',
    'group' => 'Upgrade path',
  );
}