Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Render / Element / TableSelectTest.php
index ead47e471e969d3362d7d3e3201d60d3ba6a33e4..f095ae57368e37399951cdec6b442e0985eaa0d3 100644 (file)
@@ -30,7 +30,7 @@ class TableSelectTest extends UnitTestCase {
     $element['#value'] = 0;
 
     $element['#options'][] = [
-      'title' => new Link('my-text', Url::fromRoute('<front>'))
+      'title' => new Link('my-text', Url::fromRoute('<front>')),
     ];
 
     $element['#attributes'] = [];