Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / tests / src / Kernel / Plugin / migrate / source / d7 / UserTest.php
index 8e14d63c9d94df5afa1a013ccc6a4c86f0c6607d..80935715eb31a00463a44af79f5f1ebb2a2b37ae 100644 (file)
@@ -24,6 +24,12 @@ class UserTest extends MigrateSqlSourceTestBase {
     $tests = [];
 
     // The source data.
+    $tests[0]['source_data']['field_config'] = [
+      [
+        'id' => '11',
+        'translatable' => '0',
+      ],
+    ];
     $tests[0]['source_data']['field_config_instance'] = [
       [
         'id' => '33',