Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
306
Merge Requests
306
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
e1d8b201
Commit
e1d8b201
authored
Jul 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2534038
by mikeryan: Move module-specific migration support into the update module
parent
bc3dad6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
core/modules/update/migration_templates/d6_update_settings.yml
...modules/update/migration_templates/d6_update_settings.yml
+0
-0
core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
.../update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
+4
-3
No files found.
core/modules/
migrate_drupal
/migration_templates/d6_update_settings.yml
→
core/modules/
update
/migration_templates/d6_update_settings.yml
View file @
e1d8b201
File moved
core/modules/
migrate_drupal/src/Tests
/d6/MigrateUpdateConfigsTest.php
→
core/modules/
update/src/Tests/Migrate
/d6/MigrateUpdateConfigsTest.php
View file @
e1d8b201
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment