You are here

function DrupalSolrDocumentTest::tearDown in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 tests/solr_document.test \DrupalSolrDocumentTest::tearDown()
  2. 7 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();
}