public static function SystemUpgradePathTest::getInfo

File

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

Class

SystemUpgradePathTest
Tests upgrade of system variables.

Namespace

Drupal\system\Tests\Upgrade

Code

public static function getInfo() {
  return array(
    'name' => 'System config upgrade test',
    'description' => 'Tests upgrade of system variables to the configuration system.',
    'group' => 'Upgrade path',
  );
}