public static function BareStandardUpgradePathTest::getInfo

File

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

Class

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

Namespace

Drupal\system\Tests\Upgrade

Code

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