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

Issue #2534018 by phenaproxima: Move module-specific migration support into the locale module

parent 3f2084fb
Branches
Tags
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 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateLocaleConfigsTest.
* Contains \Drupal\locale\Tests\Migrate\d6\MigrateLocaleConfigsTest.
*/
namespace Drupal\migrate_drupal\Tests\d6;
namespace Drupal\locale\Tests\Migrate\d6;
use Drupal\config\Tests\SchemaCheckTestTrait;
use Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase;
/**
* Upgrade variables to locale.settings.yml.
*
* @group migrate_drupal
* @group locale
*/
class MigrateLocaleConfigsTest extends MigrateDrupal6TestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment