function NoHelpTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/help/help.test, line 127

Class

NoHelpTestCase
Tests a module without help to verify it is not listed in the help page.

Code

function setUp() {
    // Use one of the test modules that do not implement hook_help().
    parent::setUp('menu_test');
    $this->big_user = $this->drupalCreateUser(array(
        'access administration pages',
    ));
}

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