function DrupalSolrMatchTestCase::getInfo in Apache Solr Search 6
Same name and namespace in other branches
- 8 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
- 6.3 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
- 6.2 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
- 7 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
Implementation of getInfo().
File
- tests/
solr_index_and_search.test, line 12 - Tests for the apachsolr module: index and search.
Class
- DrupalSolrMatchTestCase
- @file Tests for the apachsolr module: index and search.
Code
function getInfo() {
return array(
'name' => t('Solr Index Queries'),
'description' => t('Indexes content and queries it.'),
'group' => 'ApacheSolr',
);
}