You are here

function DrupalSolrNodeTestCase::setUp in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 tests/apachesolr_base.test \DrupalSolrNodeTestCase::setUp()
  2. 6.3 tests/apachesolr_base.test \DrupalSolrNodeTestCase::setUp()

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

File

tests/apachesolr_base.test, line 402
Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server

Class

DrupalSolrNodeTestCase

Code

function setUp() {
  parent::setUp('apachesolr', 'apachesolr_search', 'search', 'apachesolr_test');
}