public static function DrupalSolrMatchTestCase::getInfo in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
- 6 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()
File
- tests/
solr_index_and_search.test, line 197
Class
Code
public static function getInfo() {
return array(
'name' => 'Solr Index Data and test live queries',
'description' => 'Indexes content and queries it.',
'group' => 'ApacheSolr',
);
}