diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-04-12 22:54:25 +0200 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-04-12 22:54:25 +0200 |
commit | 8cdf750e0e431979dcea0009eb743959381c35d0 (patch) | |
tree | 041f0faf94f863c9c4e069a7fea6f1d7b1f6f06d /modules/simpletest/drupal_web_test_case.php | |
parent | 00361a2c780209775cae007ee11a4ce60b525136 (diff) | |
download | brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.gz brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.bz2 |
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index a0cd114e9..b60c6829c 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -1151,7 +1151,7 @@ class DrupalWebTestCase extends DrupalTestCase { * If a user is already logged in, then the current user is logged out before * logging in the specified user. * - * Please note that neither the global $user nor the passed in user object is + * Please note that neither the global $user nor the passed-in user object is * populated with data of the logged in user. If you need full access to the * user object after logging in, it must be updated manually. If you also need * access to the plain-text password of the user (set by drupalCreateUser()), |