Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / tests / src / Kernel / Plugin / migrate / source / d6 / CommentTest.php
index 0372f0f9ac06088b9d8d71552d69a3fd0e96bd9c..d5a4aa3e30851f900f9cc6a2fc81880c94e8f025 100644 (file)
@@ -65,10 +65,12 @@ class CommentTest extends MigrateSqlSourceTestBase {
       [
         'nid' => 2,
         'type' => 'story',
+        'language' => 'en',
       ],
       [
         'nid' => 3,
         'type' => 'page',
+        'language' => 'fr',
       ],
     ];
 
@@ -90,6 +92,7 @@ class CommentTest extends MigrateSqlSourceTestBase {
         'homepage' => '',
         'format' => 'testformat1',
         'type' => 'story',
+        'language' => 'en',
       ],
       [
         'cid' => 2,
@@ -107,6 +110,7 @@ class CommentTest extends MigrateSqlSourceTestBase {
         'homepage' => '',
         'format' => 'testformat2',
         'type' => 'page',
+        'language' => 'fr',
       ],
     ];