Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / tests / src / Kernel / MigrateConfigRollbackTest.php
index 14e50b9514506f05846d469973401219ee178b78..27aa45bcceb045d21c51cbebebe428d2320a58cb 100644 (file)
@@ -34,7 +34,7 @@ class MigrateConfigRollbackTest extends MigrateTestBase {
     $ids = [
       'id' =>
         [
-          'type' => 'string'
+          'type' => 'string',
         ],
     ];
     $definition = [
@@ -100,12 +100,12 @@ class MigrateConfigRollbackTest extends MigrateTestBase {
     $ids = [
       'id' =>
         [
-          'type' => 'string'
+          'type' => 'string',
         ],
       'language' =>
         [
-          'type' => 'string'
-        ]
+          'type' => 'string',
+        ],
     ];
     $definition = [
       'id' => 'i18n_config',