summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:39:36 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:39:36 -0700
commit3e9b237bdc1243b465e45e12a0e1573ccd00135b (patch)
treedd6725805c2279f142e2e357ab72e258f2439b28 /modules/simpletest/drupal_web_test_case.php
parentee33a2e5ba19be7b78a22ab46c5049d0b3d1214c (diff)
downloadbrdo-3e9b237bdc1243b465e45e12a0e1573ccd00135b.tar.gz
brdo-3e9b237bdc1243b465e45e12a0e1573ccd00135b.tar.bz2
Issue #1295456 by pillarsdotnet: Fixed Add missing '$' character in docblock for DrupalWebTestCase::drupalGetNodeByTitle() function.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
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.