You are here

function DrupalSolrDocumentTest::tearDown in Apache Solr Search 7

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

Overrides DrupalUnitTestCase::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();
}