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

Issue #2534030 by mikeryan: Move module-specific migration support into the syslog module

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