Skip to content
Snippets Groups Projects
Commit 38df4f6a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1672764 by xjm, tim.plunkett: Improve documetation of randomString() and randomName().

parent 0844f7c5
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