You are here

function TMGMTLocalTestCase::setUp in Translation Management Tool 7

Overrides DrupalWebTestCase::setUp()

Overrides TMGMTBaseTestCase::setUp

File

translators/tmgmt_local/tmgmt_local.test, line 32
Test cases for the local translator module.

Class

TMGMTLocalTestCase
Basic tests for the local translator.

Code

function setUp() {
  parent::setUp(array(
    'tmgmt_language_combination',
    'tmgmt_local',
    'tmgmt_ui',
  ));
  $this
    ->loginAsAdmin();
  $this
    ->setEnvironment('de');
}