Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / text / tests / src / Unit / Migrate / TextCckTest.php
index 2273c186bfb9b27dbaf427de5963de1381c1d8be..51ec9af9c830a88b9d3b75baf81127066079fc37 100644 (file)
@@ -76,7 +76,7 @@ class TextCckTest extends UnitTestCase {
       'widget_type' => 'optionwidgets_onoff',
       'global_settings' => [
         'allowed_values' => "foo\nbar",
-      ]
+      ],
     ];
     $this->plugin->processCckFieldValues($this->migration, 'field', $info);
 
@@ -101,7 +101,7 @@ class TextCckTest extends UnitTestCase {
       'widget_type' => 'optionwidgets_onoff',
       'global_settings' => [
         'allowed_values' => "foo|Foo\nbaz|Baz",
-      ]
+      ],
     ];
     $this->plugin->processCckFieldValues($this->migration, 'field', $info);