summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/form.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-18 18:51:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-18 18:51:11 +0000
commit4788bf25fac2386002210c197eed782497936473 (patch)
tree1452b327d2875787daa14ec059377042bf26dec7 /modules/simpletest/tests/form.test
parent63d48af6fb398c54d043de5c36809c4a23025167 (diff)
downloadbrdo-4788bf25fac2386002210c197eed782497936473.tar.gz
brdo-4788bf25fac2386002210c197eed782497936473.tar.bz2
- Patch #583730 by sun: fixed form caching.
Diffstat (limited to 'modules/simpletest/tests/form.test')
-rw-r--r--modules/simpletest/tests/form.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/form.test b/modules/simpletest/tests/form.test
index 895084f6b..ed556c540 100644
--- a/modules/simpletest/tests/form.test
+++ b/modules/simpletest/tests/form.test
@@ -432,7 +432,7 @@ class FormsFormStorageTestCase extends DrupalWebTestCase {
}
/**
- * Tests using the form with an activated #cache property.
+ * Tests using the form with an activated $form_state['cache'] property.
*/
function testFormCached() {
$user = $this->drupalCreateUser(array('access content'));