You are here

public static function DrupalSolrOfflineSearchPagesWebTestCase::getInfo in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 tests/apachesolr_base.test \DrupalSolrOfflineSearchPagesWebTestCase::getInfo()
  2. 6.3 tests/apachesolr_base.test \DrupalSolrOfflineSearchPagesWebTestCase::getInfo()

File

tests/apachesolr_base.test, line 249
Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server

Class

DrupalSolrOfflineSearchPagesWebTestCase
@file Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server

Code

public static function getInfo() {
  return array(
    'name' => 'Solr Search Pages',
    'description' => 'Tests search pages functionality of the Solr module',
    'group' => 'ApacheSolr',
  );
}