function OpenIDTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/openid/openid.test, line 674

Class

OpenIDTestCase
Test internal helper functions.

Code

function setUp() {
    parent::setUp('openid');
    module_load_include('inc', 'openid');
}

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