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
228
Merge Requests
228
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
24d34910
Commit
24d34910
authored
Jul 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2534026
by mikeryan: Move module-specific migration support into the simpletest module
parent
49303075
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
core/modules/simpletest/migration_templates/d6_simpletest_settings.yml
...simpletest/migration_templates/d6_simpletest_settings.yml
+0
-0
core/modules/simpletest/src/Tests/Migrate/d6/MigrateSimpletestConfigsTest.php
...est/src/Tests/Migrate/d6/MigrateSimpletestConfigsTest.php
+4
-3
No files found.
core/modules/
migrate_drupal
/migration_templates/d6_simpletest_settings.yml
→
core/modules/
simpletest
/migration_templates/d6_simpletest_settings.yml
View file @
24d34910
File moved
core/modules/
migrate_drupal/src/Tests
/d6/MigrateSimpletestConfigsTest.php
→
core/modules/
simpletest/src/Tests/Migrate
/d6/MigrateSimpletestConfigsTest.php
View file @
24d34910
...
...
@@ -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
{
...
...
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