X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fstatistics%2Ftests%2Fsrc%2FFunctional%2FStatisticsAttachedTest.php;fp=web%2Fcore%2Fmodules%2Fstatistics%2Ftests%2Fsrc%2FFunctional%2FStatisticsAttachedTest.php;h=90a62093b61da89182d6a2fc729279d3c6144f14;hp=787c35bff2a40faf8157b3a9c2c0a50e04ef3ba6;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php b/web/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php index 787c35bff..90a62093b 100644 --- a/web/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php +++ b/web/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php @@ -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());