Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / statistics / tests / src / Functional / StatisticsAttachedTest.php
index 787c35bff2a40faf8157b3a9c2c0a50e04ef3ba6..90a62093b61da89182d6a2fc729279d3c6144f14 100644 (file)
@@ -46,7 +46,7 @@ class StatisticsAttachedTest extends BrowserTestBase {
     $node = Node::create([
       'type' => 'page',
       'title' => 'Page node',
-      'body' => 'body text'
+      'body' => 'body text',
     ]);
     $node->save();
     $this->drupalGet('node/' . $node->id());