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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
Please register or to comment