public static function UserRoleUpgradePathTest::getInfo

File

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

Class

UserRoleUpgradePathTest
Tests upgrading a bare database with user role data.

Namespace

Drupal\system\Tests\Upgrade

Code

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