You are here

function DrupalSolrQueryTests::get_info in Apache Solr Search 5

File

tests/solr_base_query.test, line 4

Class

DrupalSolrQueryTests

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',
  );
}