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