Issue #1672764 by xjm: Clarify suggestion on use of randomString and randomName methods on TestBase class

8.0.x
Jennifer Hodgdon 2012-07-09 11:49:48 -07:00
parent e6bb61837e
commit 586d48ed96
1 changed files with 2 additions and 2 deletions

View File

@ -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