You are here

function DrupalSolrMultilingualConfigTestCase::setUp in Apache Solr Multilingual 6.3

Same name and namespace in other branches
  1. 7 apachesolr_multilingual_confgen/tests/solr_multilingual.test \DrupalSolrMultilingualConfigTestCase::setUp()

Implementation of setUp().

Overrides AbstractDrupalSolrOnlineWebTestCase::setUp

File

apachesolr_multilingual_confgen/tests/solr_multilingual.test, line 20

Class

DrupalSolrMultilingualConfigTestCase

Code

function setUp() {
  parent::setUp('locale', 'variable', 'i18n', 'i18nstrings', 'querypath', 'apachesolr_multilingual', 'apachesolr_multilingual_confgen', 'apachesolr_confgen_textfiles');

  // REVIEW why isn't this triggered by the includes above?
  querypath_boot();
}