From 7eda9b43cc572c110fa2ad0ad3217866cd14af79 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Wed, 10 Apr 2013 14:29:45 -0700 Subject: [PATCH] Issue #1797940 by dcam, Lars Toomre: Add missing docs in locale test method --- modules/locale/locale.test | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/locale/locale.test b/modules/locale/locale.test index d88634e19993..882764b96165 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); -- GitLab