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