From 27e511be2fd829730082dd0e14e2bb2b01915991 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 31 Jan 2016 19:42:32 -0500 Subject: Issue #2611274 by felribeiro, joachim, joshi.rohit100, anchal29: missing docs for DrupalWebTestCase::xpath() $arguments param --- modules/simpletest/drupal_web_test_case.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/simpletest') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index bf1e9c31c..aed66fa2a 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -2584,6 +2584,11 @@ class DrupalWebTestCase extends DrupalTestCase { * * @param $xpath * The xpath string to use in the search. + * @param array $arguments + * An array of arguments with keys in the form ':name' matching the + * placeholders in the query. The values may be either strings or numeric + * values. + * * @return * The return value of the xpath search. For details on the xpath string * format and return values see the SimpleXML documentation, -- cgit v1.2.3