public static function DrupalSolrDocumentTest::getInfo in Apache Solr Search 7
Same name and namespace in other branches
- 8 tests/solr_document.test \DrupalSolrDocumentTest::getInfo()
- 6.3 tests/solr_document.test \DrupalSolrDocumentTest::getInfo()
File
- tests/
solr_document.test, line 10 - Unit tests for document object methods.
Class
- DrupalSolrDocumentTest
- @file Unit tests for document object methods.
Code
public static function getInfo() {
return array(
'name' => 'ApacheSolrDocument Unit tests',
'description' => 'Unit test of ApacheSolrDocument',
'group' => 'ApacheSolr',
);
}