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 / DisplayPathTest.php
index 7291dc2e8de8413a389238b3f3c0b3b691c50a4e..2f007f193c6814ec8f3e5d9834b0e5d68c0f08cf 100644 (file)
@@ -208,7 +208,7 @@ class DisplayPathTest extends UITestBase {
     $edit = [
       'title[0][value]' => 'Menu title',
       'link[0][uri]' => '/admin/foo',
-      'menu_parent' => 'admin:system.admin'
+      'menu_parent' => 'admin:system.admin',
     ];
     $this->drupalPostForm('admin/structure/menu/manage/admin/add', $edit, t('Save'));