You are here

function DrupalSolrDocumentTest::tearDown in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 tests/solr_document.test \DrupalSolrDocumentTest::tearDown()
  2. 7 tests/solr_document.test \DrupalSolrDocumentTest::tearDown()

File

tests/solr_document.test, line 77
Unit tests for document object methods.

Class

DrupalSolrDocumentTest
@file Unit tests for document object methods.

Code

function tearDown() {
  parent::tearDown();
}