public static function ActionUpgradePathTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ActionUpgradePathTest.php, line 15
Contains \Drupal\system\Tests\Upgrade\ActionUpgradePathTest.

Class

ActionUpgradePathTest
Tests the upgrade path of actions.

Namespace

Drupal\system\Tests\Upgrade

Code

public static function getInfo() {
  return array(
    'name' => 'Action upgrade test',
    'description' => 'Upgrade tests with action data.',
    'group' => 'Upgrade path',
  );
}