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

Issue #2534036 by mikeryan: Move module-specific migration support into the text module

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