function DrupalSolrNodeTestCase::setUp in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 tests/apachesolr_base.test \DrupalSolrNodeTestCase::setUp()
- 7 tests/apachesolr_base.test \DrupalSolrNodeTestCase::setUp()
Implementation of 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
Code
function setUp() {
parent::setUp('apachesolr', 'apachesolr_search', 'search', 'apachesolr_test');
}