public static function StateSystemUpgradePathTest::getInfo

File

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

Class

StateSystemUpgradePathTest
Tests upgrade of system variables.

Namespace

Drupal\system\Tests\Upgrade

Code

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