Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / tests / src / Functional / NodeAccessRebuildNodeGrantsTest.php
index 9ea75ccff762fe89d3ef6de9fb2cd462e5c0cd4c..7ed8413fc7984c37cc4fbec7cf81dfda42471fc1 100644 (file)
@@ -52,7 +52,7 @@ class NodeAccessRebuildNodeGrantsTest extends NodeTestBase {
     for ($i = 0; $i < 30; $i++) {
       $nodes[] = $this->drupalCreateNode([
         'uid' => $this->webUser->id(),
-        'private' => [['value' => 1]]
+        'private' => [['value' => 1]],
       ]);
     }