diff options
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 5c39cfc11..eb1907cb5 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -845,7 +845,7 @@ class DrupalWebTestCase extends DrupalTestCase { /** * Get a node from the database based on its title. * - * @param title + * @param $title * A node title, usually generated by $this->randomName(). * @param $reset * (optional) Whether to reset the internal node_load() cache. |