Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views_ui / tests / src / Functional / ViewsUITourTest.php
index 839fe3a47a993e3787700e6750ef7ae8bfa20ea0..8a2dd2953f3b20c1a858d5a7f30975da94e7c69e 100644 (file)
@@ -76,7 +76,7 @@ class ViewsUITourTest extends TourTestBase {
     foreach ($handler_titles as $handler_title) {
       // Create source string.
       $source = $this->localeStorage->createString([
-        'source' => $handler_title
+        'source' => $handler_title,
       ]);
       $source->save();
       $this->createTranslation($source, $langcode);