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:
parent
f9f23cdf38
commit
09b113657a
125 changed files with 2307 additions and 385 deletions
|
@ -40,7 +40,7 @@ class MigrateCommentTest extends MigrateDrupal7TestBase {
|
|||
),
|
||||
));
|
||||
$this->executeMigrations([
|
||||
'd7_node:test_content_type',
|
||||
'd7_node',
|
||||
'd7_comment_type',
|
||||
'd7_comment',
|
||||
]);
|
||||
|
|
|
@ -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',
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue