Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
38df4f6a
Commit
38df4f6a
authored
Jul 09, 2012
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#1672764
by xjm, tim.plunkett: Improve documetation of randomString() and randomName().
parent
0844f7c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
+2
-2
No files found.
core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
View file @
38df4f6a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment