Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Menu / MenuLinkDefaultFormTest.php
index 0295e408c7a01deece65788d498cf95c8150da07..0bb828b2ff1e6f34d8fda8e8d622031d2d42a16c 100644 (file)
@@ -46,7 +46,7 @@ class MenuLinkDefaultFormTest extends UnitTestCase {
       'weight' => 5,
       'expanded' => 1,
       'parent' => 'bar',
-      'menu_name' => 'foo'
+      'menu_name' => 'foo',
     ], $result);
   }