summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/statistics/statistics.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.test b/modules/statistics/statistics.test
index a0147679b..f12490acf 100644
--- a/modules/statistics/statistics.test
+++ b/modules/statistics/statistics.test
@@ -130,7 +130,7 @@ class StatisticsLoggingTestCase extends DrupalWebTestCase {
$this->assertEqual(array_intersect_key($log[6], $expected), $expected);
// Create a path longer than 255 characters.
- $long_path = $this->randomString(256);
+ $long_path = $this->randomName(256);
// Test that the long path is properly truncated when logged.
$this->drupalGet($long_path);