diff --git a/core/modules/migrate_drupal/migration_templates/d6_update_settings.yml b/core/modules/update/migration_templates/d6_update_settings.yml similarity index 100% rename from core/modules/migrate_drupal/migration_templates/d6_update_settings.yml rename to core/modules/update/migration_templates/d6_update_settings.yml diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateUpdateConfigsTest.php b/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php similarity index 86% rename from core/modules/migrate_drupal/src/Tests/d6/MigrateUpdateConfigsTest.php rename to core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php index b3235ffbd59c6149aed265782898e3962ac5141c..9cea4fc5018c5643551d6aa98a6f9c8f72dee59c 100644 --- a/core/modules/migrate_drupal/src/Tests/d6/MigrateUpdateConfigsTest.php +++ b/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php @@ -2,17 +2,18 @@ /** * @file - * Contains \Drupal\migrate_drupal\Tests\d6\MigrateUpdateConfigsTest. + * Contains \Drupal\update\Tests\Migrate\d6\MigrateUpdateConfigsTest. */ -namespace Drupal\migrate_drupal\Tests\d6; +namespace Drupal\update\Tests\Migrate\d6; use Drupal\config\Tests\SchemaCheckTestTrait; +use Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase; /** * Upgrade variables to update.settings.yml. * - * @group migrate_drupal + * @group update */ class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {