summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-03-04 12:55:54 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-03-04 12:55:54 -0800
commit078f24b0702b512a1e57c961f6f992617582ab9e (patch)
treea494e8ff90bc41f4d0a86c3baa2498d5e6bd6b59 /modules/simpletest
parentb92ed0d10cebde2cebe1b700f5b591dc74bc133a (diff)
downloadbrdo-078f24b0702b512a1e57c961f6f992617582ab9e.tar.gz
brdo-078f24b0702b512a1e57c961f6f992617582ab9e.tar.bz2
Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is case sensitive
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/drupal_web_test_case.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 694880b91..5c65e12f4 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -2646,10 +2646,9 @@ class DrupalWebTestCase extends DrupalTestCase {
/**
* Follows a link by name.
*
- * Will click the first link found with this link text by default, or a
- * later one if an index is given. Match is case insensitive with
- * normalized space. The label is translated label. There is an assert
- * for successful click.
+ * Will click the first link found with this link text by default, or a later
+ * one if an index is given. Match is case sensitive with normalized space.
+ * The label is translated label. There is an assert for successful click.
*
* @param $label
* Text between the anchor tags.