public static function FilledMinimalUpgradePathTest::getInfo

File

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

Class

FilledMinimalUpgradePathTest
Performs major version release upgrade tests on a populated database.

Namespace

Drupal\system\Tests\Upgrade

Code

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