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

Issue #2534026 by mikeryan: Move module-specific migration support into the simpletest module

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