Skip to content
Snippets Groups Projects
Commit d3f6df82 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2353813 by phenaproxima, quietone, talhaparacha, hosef: Migration path for Update 7.x

parent 19e1f2f1
No related branches found
No related tags found
No related merge requests found
......@@ -41539,10 +41539,30 @@
'name' => 'tracker_batch_size',
'value' => 'i:999;',
))
->values(array(
'name' => 'update_check_frequency',
'value' => 'i:1;',
))
->values(array(
'name' => 'update_fetch_url',
'value' => 's:23:"http://127.0.0.1/update";',
))
->values(array(
'name' => 'update_last_check',
'value' => 'i:1444944973;',
))
->values(array(
'name' => 'update_max_fetch_attempts',
'value' => 'i:3;',
))
->values(array(
'name' => 'update_notification_threshold',
'value' => 's:3:"all";',
))
->values(array(
'name' => 'update_notify_emails',
'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
))
->values(array(
'name' => 'user_admin_role',
'value' => 's:1:"3";',
id: d6_update_settings
id: update_settings
label: Update configuration
migration_tags:
- Drupal 6
- Drupal 7
source:
plugin: variable
variables:
......
......@@ -29,7 +29,7 @@ class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {
*/
protected function setUp() {
parent::setUp();
$this->executeMigration('d6_update_settings');
$this->executeMigration('update_settings');
}
/**
......
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