Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / tests / src / Functional / NodeViewTest.php
index b0eaa47f6680f200f6f2cb7e430184d5a57de5dd..36a26fc370f04cf7ffb5fc0cdc6a61dfba5ab7dc 100644 (file)
@@ -47,7 +47,7 @@ class NodeViewTest extends NodeTestBase {
     // ensure caches are handled properly.
     $this->drupalLogin($this->rootUser);
     $edit = [
-      'anonymous[edit own ' . $node->bundle() . ' content]' => TRUE
+      'anonymous[edit own ' . $node->bundle() . ' content]' => TRUE,
     ];
     $this->drupalPostForm('admin/people/permissions', $edit, 'Save permissions');
     $this->drupalLogout();