Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / tracker / tests / src / Functional / Views / TrackerUserUidTest.php
index 7bd675b2ed1d301e3afb828410d253703d9e9bcc..9f2b0a758b0169797e5520c5d05cbdf0a216cf34 100644 (file)
@@ -31,7 +31,7 @@ class TrackerUserUidTest extends TrackerTestBase {
       [
         'nid' => $this->node->id(),
         'title' => $this->node->label(),
-      ]
+      ],
     ];
 
     $view = Views::getView('test_tracker_user_uid');