diff core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
line wrap: on
line diff
--- a/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php	Tue Jul 10 15:07:59 2018 +0100
@@ -125,7 +125,7 @@
     $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.