Update to Drupal 8.1.9. For more information, see https://www.drupal.org/project/drupal/releases/8.1.9

This commit is contained in:
Pantheon Automation 2016-09-07 13:26:21 -07:00 committed by Greg Anderson
parent f9f23cdf38
commit 09b113657a
125 changed files with 2307 additions and 385 deletions

View file

@ -40,7 +40,7 @@ class MigrateCommentTest extends MigrateDrupal7TestBase {
),
));
$this->executeMigrations([
'd7_node:test_content_type',
'd7_node',
'd7_comment_type',
'd7_comment',
]);

View file

@ -24,10 +24,10 @@ class CommentVariablePerCommentTypeTest extends MigrateSqlSourceTestCase {
// Each result will also include a label and description, but those are
// static values set by the source plugin and don't need to be asserted.
array(
'comment_type' => 'comment_no_subject',
'comment_type' => 'comment',
),
array(
'comment_type' => 'comment',
'comment_type' => 'comment_no_subject',
),
);