function SimpleTestBrowserTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/simpletest/simpletest.test, line 366

Class

SimpleTestBrowserTestCase
Test internal testing framework browser.

Code

function setUp() {
    parent::setUp();
    variable_set('user_register', USER_REGISTER_VISITORS);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.