summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:29:45 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:29:45 -0700
commit7eda9b43cc572c110fa2ad0ad3217866cd14af79 (patch)
tree5b3f7412f0676a17951a25841f6b97e7140055b9 /modules/locale
parentbc0ca547b7dc83c8777c8a8834124a9620c6eadb (diff)
downloadbrdo-7eda9b43cc572c110fa2ad0ad3217866cd14af79.tar.gz
brdo-7eda9b43cc572c110fa2ad0ad3217866cd14af79.tar.bz2
Issue #1797940 by dcam, Lars Toomre: Add missing docs in locale test method
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index d88634e19..882764b96 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -2606,6 +2606,13 @@ class LocaleUrlRewritingTest extends DrupalWebTestCase {
* The test is performed with a fixed URL (the default front page) to simply
* check that language prefixes are not added to it and that the prefixed URL
* is actually not working.
+ *
+ * @param string $language
+ * The language prefix, e.g. 'es'.
+ * @param string $message1
+ * Message to display in assertion that language prefixes are not added.
+ * @param string $message2
+ * The message to display confirming prefixed URL is not working.
*/
private function checkUrl($language, $message1, $message2) {
$options = array('language' => $language);