You are here

public static function DrupalSolrMatchTestCase::getInfo in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 8 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
  2. 6.3 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
  3. 6 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()
  4. 7 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::getInfo()

File

tests/solr_index_and_search.test, line 9
Tests for the apachsolr module: index and search.

Class

DrupalSolrMatchTestCase
@file Tests for the apachsolr module: index and search.

Code

public static function getInfo() {
  return array(
    'name' => 'Solr Index Queries',
    'description' => 'Indexes content and queries it.',
    'group' => 'ApacheSolr',
  );
}