public static function DrupalSolrQueryTests::getInfo in Apache Solr Search 6.2
Same name and namespace in other branches
- 6 tests/solr_base_query.test \DrupalSolrQueryTests::getInfo()
File
- tests/
solr_base_query.test, line 14 - Tests for the apachsolr module: base query.
Class
- DrupalSolrQueryTests
- JacobSingh: Warning! This test is totally broken because of the addition of the "hash" in apachesolr_search.module. Needs to be moved out.
Code
public static function getInfo() {
return array(
'name' => 'Query handling',
'description' => 'Throw various queries at the query object and make sure they all parse correctly.',
'group' => 'ApacheSolr',
);
}