public static function FilledStandardUpgradePathTest::getInfo

File

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

Class

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

Namespace

Drupal\system\Tests\Upgrade

Code

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