Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Kernel / Plugin / ViewsBlockTest.php
index 879f6d44d540bea72a4f155837167174a491709f..7c49327290aa0bf363a0008b17f2e58ac0f94345 100644 (file)
@@ -103,7 +103,7 @@ class ViewsBlockTest extends ViewsKernelTestBase {
         'title' => 'Overridden title',
         'default_argument_type' => 'fixed',
         'default_argument_options' => [
-          'argument' => 'fixed'
+          'argument' => 'fixed',
         ],
         'validate' => [
           'type' => 'none',
@@ -113,7 +113,7 @@ class ViewsBlockTest extends ViewsKernelTestBase {
         'table' => 'views_test_data',
         'field' => 'name',
         'plugin_id' => 'string',
-      ]
+      ],
     ]);
     $view->save();