public static function DrupalSolrOfflineEnvironmentWebTestCase::getInfo in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 tests/apachesolr_base.test \DrupalSolrOfflineEnvironmentWebTestCase::getInfo()
- 7 tests/apachesolr_base.test \DrupalSolrOfflineEnvironmentWebTestCase::getInfo()
File
- tests/
apachesolr_base.test, line 54 - Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server
Class
- DrupalSolrOfflineEnvironmentWebTestCase
- @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 Environments',
'description' => 'Tests search environments functionality of the Solr module',
'group' => 'ApacheSolr',
);
}