Skip to content
Snippets Groups Projects
Commit 586d48ed authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1672764 by xjm: Clarify suggestion on use of randomString and...

Issue #1672764 by xjm: Clarify suggestion on use of randomString and randomName methods on TestBase class
parent e6bb6183
No related branches found
No related tags found
No related merge requests found
......@@ -767,8 +767,8 @@ protected function exceptionHandler($exception) {
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment