Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / options / tests / src / Kernel / Views / OptionsListFilterTest.php
index bc377b094a1ba08af03c8435ae452a85536485de..06bedade85a32bad8e4d61d863edbd08808dca84 100644 (file)
@@ -78,20 +78,20 @@ class OptionsListFilterTest extends OptionsTestBase {
               'operator' => 'or',
               'value' => [
                 $this->fieldValues[0] => $this->fieldValues[0],
-              ]
+              ],
             ],
             2 => [
               'title' => 'Second',
               'operator' => 'or',
               'value' => [
                 $this->fieldValues[1] => $this->fieldValues[1],
-              ]
+              ],
             ],
           ],
         ],
         'reduce_duplicates' => '',
         'plugin_id' => 'list_field',
-      ]
+      ],
     ];
     $view->setDisplay();
     $view->displayHandlers->get('default')->overrideOption('filters', $filters);