diff --git a/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php b/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php index 09565ae..8ac0014 100644 --- a/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +++ b/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php @@ -125,7 +125,7 @@ public function testLogging() { $post = ['nid' => $this->node->id()]; $this->client->post($base_root . $stats_path, ['form_params' => $post]); $node_counter = statistics_get($this->node->id()); - $this->assertIdentical($node_counter['totalcount'], '1'); + $this->assertIdentical($node_counter['totalcount'], 1); // Try fetching statistics for an invalid node ID and verify it returns // FALSE.