summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-27 12:29:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-27 12:29:39 +0000
commit9a67fb99ef23facf62151974a9c553ca68888281 (patch)
tree0889b854cf4e9841c1d275291e688e8239ef8667 /modules/comment/comment.test
parent654921c4744c3da5421aad4206a9467b0c9f2638 (diff)
downloadbrdo-9a67fb99ef23facf62151974a9c553ca68888281.tar.gz
brdo-9a67fb99ef23facf62151974a9c553ca68888281.tar.bz2
- Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'.
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 8213adcc6..d638184b3 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -481,6 +481,11 @@ class CommentAnonymous extends CommentHelperCase {
);
}
+ function setUp() {
+ parent::setUp();
+ variable_set('user_register', USER_REGISTER_VISITORS);
+ }
+
/**
* Test anonymous comment functionality.
*/