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
229
Merge Requests
229
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
d03152e2
Commit
d03152e2
authored
Jul 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2534016
by phenaproxima: Move module-specific migration support into the forum module
parent
45202c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
core/modules/forum/migration_templates/d6_forum_settings.yml
core/modules/forum/migration_templates/d6_forum_settings.yml
+0
-0
core/modules/forum/src/Tests/Migrate/d6/MigrateForumConfigsTest.php
...es/forum/src/Tests/Migrate/d6/MigrateForumConfigsTest.php
+4
-3
No files found.
core/modules/
migrate_drupal
/migration_templates/d6_forum_settings.yml
→
core/modules/
forum
/migration_templates/d6_forum_settings.yml
View file @
d03152e2
File moved
core/modules/
migrate_drupal/src/Tests
/d6/MigrateForumConfigsTest.php
→
core/modules/
forum/src/Tests/Migrate
/d6/MigrateForumConfigsTest.php
View file @
d03152e2
...
...
@@ -2,17 +2,18 @@
/**
* @file
* Contains \Drupal\
migrate_drupal\Tests
\d6\MigrateForumConfigsTest.
* Contains \Drupal\
forum\Tests\Migrate
\d6\MigrateForumConfigsTest.
*/
namespace
Drupal\
migrate_drupal\Tests
\d6
;
namespace
Drupal\
forum\Tests\Migrate
\d6
;
use
Drupal\config\Tests\SchemaCheckTestTrait
;
use
Drupal\migrate_drupal
\
Tests\d6\MigrateDrupal6TestBase
;
/**
* Upgrade variables to forum.settings.yml.
*
* @group
migrate_drupal
* @group
forum
*/
class
MigrateForumConfigsTest
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