You are here

public static function DrupalSolrOfflineUnitTestCase::getInfo in Apache Solr Search 8

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

File

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

Class

DrupalSolrOfflineUnitTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Solr Base Framework Tests Unit Test',
    'description' => 'Unit test functionality of the Solr module',
    'group' => 'ApacheSolr',
  );
}