From 586d48ed960ec6c7760e026195be0bef57ac3d8c Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 9 Jul 2012 11:49:48 -0700 Subject: [PATCH] Issue #1672764 by xjm: Clarify suggestion on use of randomString and randomName methods on TestBase class --- core/modules/simpletest/lib/Drupal/simpletest/TestBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php index 5725ed87f0e..6517bd1e3bc 100644 --- a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php +++ b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php @@ -767,8 +767,8 @@ abstract class TestBase { * miscellaneous characters. Use this method when testing general input * where the content is not restricted. * - * Do not use this method when special characters are not allowed (e.g., in - * machine or file names); instead, use + * Do not use this method when special characters are not possible (e.g., in + * machine or file names that have already been validated); instead, use * Drupal\simpletest\TestBase::randomName(). * * @param $length