Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / text / tests / src / Unit / Plugin / migrate / cckfield / TextCckTest.php
index acd77909e44cc7bc8c75cff68cd09063e579634c..696c34cba325e0e0a4024a7cec197952a2ace49e 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);