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 / ArgumentValidatorTest.php
index 34d426dc761e706cc8ea7c0111df878f20a93095..82876f1e3eef6950c48e3739426806a71455f421 100644 (file)
@@ -41,8 +41,8 @@ class ArgumentValidatorTest extends ViewsKernelTestBase {
     $options = [
       'specify_validation' => TRUE,
       'validate' => [
-        'type' => 'argument_validator_test'
-      ]
+        'type' => 'argument_validator_test',
+      ],
     ];
     $id = $view->addHandler('default', 'argument', 'views_test_data', 'name', $options);
     $view->initHandlers();