function DrupalSolrQueryTests::get_info in Apache Solr Search 5
File
- tests/
solr_base_query.test, line 4
Class
Code
function get_info() {
return array(
'name' => 'Solr/query handling',
'desc' => 'Throw various queries at the query object and make sure they all parse correctly.',
'group' => 'Apache Solr tests',
);
}