From 078f24b0702b512a1e57c961f6f992617582ab9e Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 4 Mar 2013 12:55:54 -0800 Subject: Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is case sensitive --- modules/simpletest/drupal_web_test_case.php | 7 +++---- 1 file 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. -- cgit v1.2.3