Skip to content
Snippets Groups Projects
Commit e1d8b201 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2534038 by mikeryan: Move module-specific migration support into the update module

parent bc3dad6b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
/** /**
* @file * @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\config\Tests\SchemaCheckTestTrait;
use Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase;
/** /**
* Upgrade variables to update.settings.yml. * Upgrade variables to update.settings.yml.
* *
* @group migrate_drupal * @group update
*/ */
class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase { class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment