function DrupalSolrSubQueryTests::getInfo in Apache Solr Search 6
Same name and namespace in other branches
- 6.2 tests/solr_base_subquery.test \DrupalSolrSubQueryTests::getInfo()
File
- tests/
solr_base_subquery.test, line 9 - Tests for the apachsolr module: base subquery.
Class
- DrupalSolrSubQueryTests
- @file Tests for the apachsolr module: base subquery.
Code
function getInfo() {
return array(
'name' => 'Subquery handling',
'description' => 'Tests for subqueries.',
'group' => 'ApacheSolr',
);
}