summaryrefslogtreecommitdiff
path: root/modules/profile
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/profile
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/profile')
-rw-r--r--modules/profile/profile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.test b/modules/profile/profile.test
index 61709d34a..ce90e3e36 100644
--- a/modules/profile/profile.test
+++ b/modules/profile/profile.test
@@ -10,7 +10,7 @@ class ProfileTestCase extends DrupalWebTestCase {
function setUp() {
parent::setUp('profile');
- variable_set('user_register', 1);
+ variable_set('user_register', USER_REGISTER_VISITORS);
$this->admin_user = $this->drupalCreateUser(array('administer users', 'access user profiles'));