function LocaleInstallTest::setUp

Overrides DrupalWebTestCase::setUp

File

modules/locale/locale.test, line 1429

Class

LocaleInstallTest
Tests for the st() function.

Code

function setUp() {
    parent::setUp('locale');
    // st() lives in install.inc, so ensure that it is loaded for all tests.
    require_once DRUPAL_ROOT . '/includes/install.inc';
}

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